ossp-pkg/l2/aclocal.m4 1.8 -> 1.9
--- aclocal.m4 2001/11/08 20:28:22 1.8
+++ aclocal.m4 2001/12/22 21:51:56 1.9
@@ -165,10 +165,6 @@
*-g* ) CFLAGS=`echo "$CFLAGS" |\
sed -e 's/ -g / /g' -e 's/ -g$//' -e 's/^-g //g' -e 's/^-g$//'` ;;
esac
-case "$CXXFLAGS" in
- *-g* ) CXXFLAGS=`echo "$CXXFLAGS" |\
- sed -e 's/ -g / /g' -e 's/ -g$//' -e 's/^-g //g' -e 's/^-g$//'` ;;
-esac
msg=disabled
])dnl
AC_MSG_CHECKING(for compilation debug mode)
|
|