93da144446
from the base system; - remove explicit -O6 from the CFLAGS.
23 lines
466 B
Text
23 lines
466 B
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Wed Apr 18 17:26:37 2001
|
|
+++ configure Mon Jul 2 09:22:57 2001
|
|
@@ -2547,7 +2547,7 @@
|
|
cat conftest.$ac_ext >&5
|
|
rm -rf conftest*
|
|
CATOBJEXT=.mo
|
|
- DATADIRNAME=lib
|
|
+ DATADIRNAME=share
|
|
fi
|
|
rm -f conftest*
|
|
INSTOBJEXT=.mo
|
|
@@ -3108,7 +3108,7 @@
|
|
if eval "test x$enable_debug = xyes"; then
|
|
CFLAGS="-g -Wall -DXT_DEBUG "
|
|
else
|
|
- CFLAGS="-O6 $CFLAGS"
|
|
+# CFLAGS="-O6 $CFLAGS"
|
|
fi
|
|
|
|
xtraceroutedatadir=${datadir}/xtraceroute
|