diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 57f83708c..ff4bae88f 100644 --- a/configure.ac +++ b/configure.ac @@ -87,6 +87,8 @@ LT_LIB_M PKG_PROG_PKG_CONFIG AC_PROG_CC +AC_PROG_CPP_WERROR +AC_C_INLINE SYSTEM=`uname -s` if test $SYSTEM = "Darwin"; then |