diff options
author | David Shaw <[email protected]> | 2005-08-09 13:40:04 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-08-09 13:40:04 +0000 |
commit | 2e38eab93c35502ad5ddcd1af5209c50dde15bfc (patch) | |
tree | 69f186fae450145db856a04eb064e8f24c17ee63 | |
parent | * Makefile.am: Include LDAP_CPPFLAGS when building LDAP. (diff) | |
download | gnupg-2e38eab93c35502ad5ddcd1af5209c50dde15bfc.tar.gz gnupg-2e38eab93c35502ad5ddcd1af5209c50dde15bfc.zip |
* configure.ac: Remove hardcoded -I and -L for /usr/local on FreeBSD.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 5 insertions, 6 deletions
@@ -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" |