make distcheck fixes

This commit is contained in:
Evan Miller
2020-10-11 15:46:19 -04:00
parent c19654ad40
commit a051350ba1
3 changed files with 2 additions and 4 deletions

View File

@@ -192,9 +192,6 @@ if test "x$HAVE_ODBC" = "xtrue"; then
OPTDIRS="$OPTDIRS odbc"
fi
dnl Turn on -Wstrict-prototypes here because AC_CHECK_LIB is dumb
CFLAGS="$CFLAGS -Wstrict-prototypes"
dnl Conditionally build odbc wide version
AM_CONDITIONAL(ICONV, test "$am_cv_func_iconv" = "yes")