--- ccrtp-1.4.1/configure 2006-06-19 03:58:37.000000000 -0400 +++ /ccrtp-1.4.1/configure.new 2006-06-19 03:59:11.000000000 -0400 @@ -19501,7 +19501,7 @@ # OST_CC_ENDIAN - now in Common C++ # Are we using the GNU compiler? if test $GCC = yes ; then - WARN_FLAGS="-Wall -ansi -pedantic" + WARN_FLAGS="-Wall -ansi" else WARN_FLAGS="" fi --- ccrtp-1.4.1/configure.ac 2006-06-19 04:07:26.000000000 -0400 +++ ccrtp-1.4.1/configure.ac.new 2006-06-19 04:07:43.000000000 -0400 @@ -54,7 +54,7 @@ # OST_CC_ENDIAN - now in Common C++ # Are we using the GNU compiler? if test $GCC = yes ; then - WARN_FLAGS="-Wall -ansi -pedantic" + WARN_FLAGS="-Wall -ansi" else WARN_FLAGS="" fi