From bd4960f1cf26d46cb85914d98055df0c7b25fead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Sun, 12 Nov 2006 03:29:03 +0000 Subject: [PATCH] ajout de -pipe a la compilation --- configure.ac | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 9a42d88..ff789bc 100644 --- a/configure.ac +++ b/configure.ac @@ -15,17 +15,14 @@ echo "checking CFLAGS..." AC_CANONICAL_HOST case $host_os in - *netbsd*) - CFLAGS='-Wall -W -ansi -pedantic -D_XOPEN_SOURCE=600' - ;; *osf*) CFLAGS='-Wall -W -ansi -pedantic -D_XOPEN_SOURCE=600' ;; *solaris*) CFLAGS='-Wall -W -ansi -pedantic -D_XOPEN_SOURCE=600' ;; - *linux*) - CFLAGS='-Wall -Wextra -std=c99 -pedantic -D_XOPEN_SOURCE=600' + *linux*|*netbsd*) + CFLAGS='-Wall -Wextra -std=c99 -pedantic -D_XOPEN_SOURCE=600 -pipe' ;; *) pl="`uname -s`" -- GitLab