aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2bb8f38..56e0411 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,12 +25,13 @@ AC_LANG(C)
AM_INIT_AUTOMAKE([gnu tar-ustar])
AC_GNU_SOURCE
AC_PROG_CC
AC_PROG_CC_STDC
+AM_PROG_CC_C_O
if test "x$ac_cv_prog_cc_c99" = xno; then
AC_MSG_ERROR([could not find a C99 compatible compiler])
fi
AC_PROG_CPP
AC_PROG_YACC
AC_PROG_INSTALL

Return to:

Send suggestions and report system problems to the System administrator.