Changeset 3173
- Timestamp:
- 2007-07-30 01:11:12 (1 year ago)
- Files:
-
- liboggz/trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
liboggz/trunk/configure.ac
r3172 r3173 290 290 # Checks for typedefs, structures, and compiler characteristics. 291 291 292 dnl Use -Wallif we have gcc.292 dnl Add some useful warnings if we have gcc. 293 293 dnl changequote(,)dnl 294 294 if test "x$ac_cv_prog_gcc" = xyes ; then … … 296 296 fi 297 297 dnl changequote([,])dnl 298 299 dnl 300 dnl Configuration option to add -Werror to all Makefiles 301 dnl 302 303 AC_ARG_ENABLE(gcc-werror, 304 AC_HELP_STRING([--enable-gcc-werror], [enable -Werror in all Makefiles]), 305 [ ac_enable_gcc_werror=yes ], [ ac_enable_gcc_werror=no] ) 306 307 if test "x${ac_enable_gcc_werror}" = xyes ; then 308 CFLAGS="-Werror $CFLAGS" 309 fi 310 311 dnl 312 dnl Shared library symbol versioning and hiding 313 dnl 298 314 299 315 case "$target_os" in