OSSP CVS Repository

ossp - Difference in ossp-pkg/fsl/configure.ac versions 1.3 and 1.4
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/fsl/configure.ac 1.3 -> 1.4

--- configure.ac 2002/07/12 17:26:23     1.3
+++ configure.ac 2002/07/23 14:37:50     1.4
@@ -87,9 +87,18 @@
 [ fsl_cfgdir=$withval ],
 [ fsl_cfgdir="${prefix}/etc/fsl" ]
 )dnl
-AC_DEFINE_UNQUOTED(FSL_CFGDIR, "$fsl_cfgdir", [Define for configuration directory])
+AC_DEFINE_UNQUOTED(FSL_CFGDIR, "$fsl_cfgdir", [Define configuration directory])
 AC_MSG_RESULT([$fsl_cfgdir])
 
+AC_MSG_CHECKING(for debugging using a l2spec)
+AC_ARG_WITH(debug,dnl
+[  --with-debug=L2SPEC      set debugging using a l2spec (default="")],
+[ fsl_debug=$withval ],
+[ fsl_debug="" ]
+)dnl
+AC_DEFINE_UNQUOTED(FSL_DEBUG,  "$fsl_debug",  [Define debugging using a l2spec])
+AC_MSG_RESULT([$fsl_debug])
+
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_FILES([Makefile fsl-config])
 AC_CONFIG_COMMANDS([adjustment], [chmod a+x fsl-config])

CVSTrac 2.0.1