diff --git a/autogen.sh b/autogen.sh index 4532e870bc9..b6db9f919cd 100755 --- a/autogen.sh +++ b/autogen.sh @@ -42,7 +42,7 @@ echo " automake: $(automake --version | head -1)" automake --add-missing if test -z "$@"; then - args="--prefix=/usr --exec-prefix= --sysconfdir=/etc --with-selinux" + args="--prefix=/usr --exec-prefix= --sysconfdir=/etc --with-selinux --enable-debug" args="$args --with-libdir-name=$(basename $(gcc -print-multi-os-directory))" export CFLAGS="-g -Wall \ -Wmissing-declarations -Wmissing-prototypes \