87ee110593
- fix SYSCONFDIR and other substitutions. from maintainer Douglas Santos with a few changes; inputs and ok alek@
16 lines
335 B
Plaintext
16 lines
335 B
Plaintext
--- configure.orig Tue Nov 29 17:39:45 2005
|
|
+++ configure Thu Jan 26 21:31:44 2006
|
|
@@ -2331,12 +2331,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
;;
|
|
esac
|
|
|
|
-if test "${CC}" = "cc" ; then
|
|
- CFLAGS="${CFLAGS} -w -g -O2 -Aa"
|
|
-else
|
|
- CFLAGS="${CFLAGS} -w"
|
|
-fi
|
|
-
|
|
case "$host" in
|
|
*-solaris*)
|
|
LDFLAGS="${LDFLAGS} -lsocket -lnsl"
|