aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac6
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"