X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=configure.ac;h=32fcea3a344f9fba60dbd84a339c7376e1a0717b;hp=abaec2cdb7d25df3c1240755438babf8f8cfa39f;hb=f14c799ae7ff3be56c28f5694f04c03daff7708e;hpb=adf4bec88df1822031e1a8b00422de8b8b0c0cd4 diff --git a/configure.ac b/configure.ac index abaec2cd..32fcea3a 100644 --- a/configure.ac +++ b/configure.ac @@ -184,6 +184,9 @@ else HAVE_GOOGLE_KEY="no" fi +WARN_CFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs" +AC_SUBST(WARN_CFLAGS) + AC_ARG_ENABLE(faketime, AS_HELP_STRING([--enable-faketime], [Use faketime program to ensure pdf files are reproducible (default=no)]), [FAKETIME=$enableval], [FAKETIME=no])