Index: ChangeLog =================================================================== RCS file: /cvs/src/src/ChangeLog,v retrieving revision 1.742 diff -c -p -r1.742 ChangeLog *** ChangeLog 11 Jul 2007 19:12:27 -0000 1.742 --- ChangeLog 12 Jul 2007 11:46:11 -0000 *************** *** 1,3 **** --- 1,8 ---- + 2007-07-11 Bernd Schmidt + + * configure.ac: Fix my previous change to really match GCC. + * configure: Regenerate. + 2007-07-11 Ralf Wildenhues * configure.ac: Rewrite 'configure --help' strings to look nicer. Index: configure =================================================================== RCS file: /cvs/src/src/configure,v retrieving revision 1.267 diff -c -p -r1.267 configure *** configure 11 Jul 2007 19:12:27 -0000 1.267 --- configure 12 Jul 2007 11:46:12 -0000 *************** esac *** 2086,2092 **** # Disable libmudflap on some systems. if test x$enable_libmudflap = x ; then case "${target}" in ! *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*) # Enable libmudflap by default in GNU and friends. ;; *-*-freebsd*) --- 2086,2092 ---- # Disable libmudflap on some systems. if test x$enable_libmudflap = x ; then case "${target}" in ! *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux*) # Enable libmudflap by default in GNU and friends. ;; *-*-freebsd*) Index: configure.ac =================================================================== RCS file: /cvs/src/src/configure.ac,v retrieving revision 1.15 diff -c -p -r1.15 configure.ac *** configure.ac 11 Jul 2007 19:12:27 -0000 1.15 --- configure.ac 12 Jul 2007 11:46:13 -0000 *************** esac *** 364,370 **** # Disable libmudflap on some systems. if test x$enable_libmudflap = x ; then case "${target}" in ! *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*) # Enable libmudflap by default in GNU and friends. ;; *-*-freebsd*) --- 364,370 ---- # Disable libmudflap on some systems. if test x$enable_libmudflap = x ; then case "${target}" in ! *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux*) # Enable libmudflap by default in GNU and friends. ;; *-*-freebsd*)