mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
8a6d7cc386
PR: 30043 Submitted by: KATO Tsuguru <tkato@prontomail.com>
15 lines
462 B
Plaintext
15 lines
462 B
Plaintext
--- configure.in.orig Tue Aug 7 02:12:03 2001
|
|
+++ configure.in Fri Aug 24 21:09:23 2001
|
|
@@ -19,11 +19,6 @@
|
|
fi
|
|
|
|
AC_PROG_CC
|
|
-if test "$GCC" = yes
|
|
-then
|
|
- CFLAGS="${CFLAGS} ${PIPE}-Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common"
|
|
- LDFLAGS='-g'
|
|
-fi
|
|
|
|
AC_PROG_INSTALL
|
|
AC_CHECK_FUNCS(strerror)
|