diff options
-rwxr-xr-x | configure | 3 | ||||
-rw-r--r-- | configure.ac | 3 | ||||
-rw-r--r-- | configure.ac.pamphlet | 3 |
3 files changed, 3 insertions, 6 deletions
@@ -26306,8 +26306,7 @@ cat >>confdefs.h <<\_ACEOF #define BSDplatform _ACEOF - CCF="-O2 -Wall -D_GNU_SOURCE -I/usr/local/include" - LDF="-L/usr/local/lib" + CCF="-O2 -Wall" ;; windows) diff --git a/configure.ac b/configure.ac index 24306cf6..eed256ae 100644 --- a/configure.ac +++ b/configure.ac @@ -578,8 +578,7 @@ LISP=lsp case $target in *bsd*) AC_DEFINE([BSDplatform], [], [BSD flavour]) - CCF="-O2 -Wall -D_GNU_SOURCE -I/usr/local/include" - LDF="-L/usr/local/lib" + CCF="-O2 -Wall" ;; windows) AC_DEFINE([MSYSplatform], [], [MS]) diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index e1c94493..8ed25f9e 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -573,8 +573,7 @@ LISP=lsp case $target in *bsd*) AC_DEFINE([BSDplatform], [], [BSD flavour]) - CCF="-O2 -Wall -D_GNU_SOURCE -I/usr/local/include" - LDF="-L/usr/local/lib" + CCF="-O2 -Wall" ;; windows) AC_DEFINE([MSYSplatform], [], [MS]) |