Changeset 5465:45ce2903b9e9 for configure.ac
- Timestamp:
- 2008-07-24 09:13:03 (4 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r5408 r5465 774 774 775 775 if test x$GCC = xyes && test $mutt_cv_warnings = yes; then 776 CFLAGS="-Wall -pedantic$CFLAGS"776 CFLAGS="-Wall -pedantic -Wno-long-long $CFLAGS" 777 777 fi 778 778
