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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
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" |