diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d227c834..5c9ad937 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -47,6 +47,7 @@ AC_PROG_LIBTOOL | |||
47 | 47 | ||
48 | AC_SYS_LARGEFILE | 48 | AC_SYS_LARGEFILE |
49 | AC_FUNC_FSEEKO | 49 | AC_FUNC_FSEEKO |
50 | AC_TYPE_UID_T | ||
50 | 51 | ||
51 | CFLAGS="-Wall $CFLAGS" | 52 | CFLAGS="-Wall $CFLAGS" |
52 | # use '-fno-strict-aliasing', but only if the compiler can take it | 53 | # use '-fno-strict-aliasing', but only if the compiler can take it |