diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2016-10-30 16:34:56 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2016-10-30 16:34:56 +0200 |
commit | 10ac49f8aab2816a3b964db12ab284ad8a9c08a1 (patch) | |
tree | 9463bbeda9accdc906e976a922c023e6dad30336 /configure.ac | |
parent | 9c076147a106ed50c145ff91381ac3e77fc92875 (diff) | |
download | bindfs-10ac49f8aab2816a3b964db12ab284ad8a9c08a1.tar.gz |
Remove ./configure's --enable-debug.
It no longer does anything after #42.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index aed1105..aee5266 100644 --- a/configure.ac +++ b/configure.ac @@ -8,8 +8,6 @@ AC_LANG(C) AC_PROG_LIBTOOL # --enable and --with options -AC_ARG_ENABLE([debug], - [AS_HELP_STRING([--enable-debug], [enable debug symbols])]) AC_ARG_ENABLE([debug-output], [AS_HELP_STRING([--enable-debug-output], [enable debug output])]) AC_ARG_WITH([core-foundation], |