[svn] GnuPG - r3862 - trunk
svn author dshaw
cvs at cvs.gnupg.org
Tue Aug 9 15:40:04 CEST 2005
Author: dshaw
Date: 2005-08-09 15:40:04 +0200 (Tue, 09 Aug 2005)
New Revision: 3862
Modified:
trunk/ChangeLog
trunk/configure.ac
Log:
* configure.ac: Remove hardcoded -I and -L for /usr/local on FreeBSD.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2005-08-08 17:35:29 UTC (rev 3861)
+++ trunk/ChangeLog 2005-08-09 13:40:04 UTC (rev 3862)
@@ -1,3 +1,8 @@
+2005-08-09 David Shaw <dshaw at jabberwocky.com>
+
+ * configure.ac: Remove hardcoded -I and -L for /usr/local on
+ FreeBSD.
+
2005-08-04 David Shaw <dshaw at jabberwocky.com>
* configure.ac: Call GNUPG_CHECK_USTAR and generate tools/gpg-zip.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2005-08-08 17:35:29 UTC (rev 3861)
+++ trunk/configure.ac 2005-08-09 13:40:04 UTC (rev 3862)
@@ -495,12 +495,6 @@
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"
More information about the Gnupg-commits
mailing list