summaryrefslogtreecommitdiff
blob: 22710b8af3896a3f5d8cff4b76d17b2e9fa680cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,7 @@
 
 AC_PROG_INSTALL
 AC_PROG_RANLIB
+AM_PROG_AR
 
 dnl enable 64bit file ops
 AC_SYS_LARGEFILE
@@ -42,7 +43,6 @@
 AC_ARG_ENABLE(debug, [  --enable-debug=[no/yes] turn on debugging
                        [default=$debug_default]],, enable_debug=$debug_default)
 if test "x$enable_debug" = "xyes"; then
-  CFLAGS="$CFLAGS -g"
   AC_MSG_RESULT(yes)
 else
   CFLAGS="$CFLAGS -DNDEBUG"