Autotools: remove --enable-debug-log option in autogen.sh
authorPete Batard <pete@akeo.ie>
Fri, 30 Mar 2012 23:21:18 +0000 (00:21 +0100)
committerPete Batard <pete@akeo.ie>
Fri, 30 Mar 2012 23:35:49 +0000 (00:35 +0100)
autogen.sh

index c7bb679..782bec7 100755 (executable)
@@ -15,5 +15,4 @@ aclocal || exit 1
 autoheader || exit 1
 autoconf || exit 1
 automake -a -c || exit 1
-./configure --enable-maintainer-mode --enable-debug-log \
-       --enable-examples-build $*
+./configure --enable-maintainer-mode --enable-examples-build $*