ossp-pkg/fsl/configure.ac 1.5 -> 1.6
--- configure.ac 2002/07/24 14:55:55 1.5
+++ configure.ac 2002/07/24 15:29:01 1.6
@@ -102,9 +102,9 @@
AC_MSG_CHECKING(for debugging using a l2spec)
AC_ARG_WITH(debug,dnl
-[ --with-debug=L2SPEC set debugging using a l2spec (default="")],
+[ --with-debug=L2SPEC set debugging using a l2spec (default="")],
[ fsl_debug=$withval ],
-[ fsl_debug="" ]
+[ fsl_debug="null()" ]
)dnl
AC_DEFINE_UNQUOTED(FSL_DEBUG, "$fsl_debug", [Define debugging using a l2spec])
AC_MSG_RESULT([$fsl_debug])
|
|