blob: 292ae9e19476acd87f6994e4805b033a0702e736 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -NuarwPbB libnss-mysql.orig/configure.in libnss-mysql/configure.in
--- libnss-mysql.orig/configure.in 2005-09-04 03:34:00.000000000 +0000
+++ libnss-mysql/configure.in 2010-09-08 18:12:24.577317098 +0000
@@ -38,7 +38,9 @@
AC_ARG_WITH(mysql,
[ --with-mysql=DIR Location of your MySQL installation])
AC_ARG_ENABLE(debug,
- [ --enable-debug Enable debug (see DEBUGGING)],
+ [ --enable-debug Enable debug (see DEBUGGING)])
+
+AS_IF([test "x$enable_debug" = "xyes"],
[AC_DEFINE([DEBUG], 1, [Enable debug])])
case "$target_os" in
|