aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-08-09 13:40:04 +0000
committerDavid Shaw <[email protected]>2005-08-09 13:40:04 +0000
commit2e38eab93c35502ad5ddcd1af5209c50dde15bfc (patch)
tree69f186fae450145db856a04eb064e8f24c17ee63
parent* Makefile.am: Include LDAP_CPPFLAGS when building LDAP. (diff)
downloadgnupg-2e38eab93c35502ad5ddcd1af5209c50dde15bfc.tar.gz
gnupg-2e38eab93c35502ad5ddcd1af5209c50dde15bfc.zip
* configure.ac: Remove hardcoded -I and -L for /usr/local on FreeBSD.
Diffstat (limited to '')
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac6
2 files changed, 5 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index accc4d7ae..df0c72613 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-09 David Shaw <[email protected]>
+
+ * configure.ac: Remove hardcoded -I and -L for /usr/local on
+ FreeBSD.
+
2005-08-04 David Shaw <[email protected]>
* configure.ac: Call GNUPG_CHECK_USTAR and generate tools/gpg-zip.
diff --git a/configure.ac b/configure.ac
index 5e6c6997c..517e05d8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -495,12 +495,6 @@ case "${host}" in
agent_support=no
;;
- *-*-freebsd*)
- # FreeBSD
- CPPFLAGS="$CPPFLAGS -I/usr/local/include"
- LDFLAGS="$LDFLAGS -L/usr/local/lib"
- ;;
-
*-*-hpux*)
if test -z "$GCC" ; then
CFLAGS="$CFLAGS -Ae -D_HPUX_SOURCE"