aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2008-09-21 14:59:05 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2008-09-21 14:59:05 +0000
commitc08a1f420e484941db43234a2236c57df6a9ef45 (patch)
tree848dcdef95f471fb8d136f05cc0e7f795c4bb6a4 /configure.in
parent4dcba9a359805e57ec263e3238881f507d1f94a6 (diff)
Turn on -Werror for the top level targets, excluding text2pcap (which includes some generated code).
svn path=/trunk/; revision=26245
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 66f1f188be..4995c88ef7 100644
--- a/configure.in
+++ b/configure.in
@@ -19,6 +19,7 @@ AM_DISABLE_STATIC
dnl Checks for programs.
AC_PROG_CC
+AM_PROG_CC_C_O
AC_PROG_CPP
dnl Work around libtool bug (fixed in the version 1.5a?)
AC_DEFUN([AC_PROVIDE_AC_LIBTOOL_DLOPEN], )