From: Niels Möller Date: Fri, 21 Apr 2006 07:05:56 +0000 (+0200) Subject: Comment fix. X-Git-Tag: head_before_experimental_merge_20060516~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36079b032b203b590d3d44d5a929be4aa519dd73;p=thirdparty%2Fnettle.git Comment fix. Rev: src/nettle/configure.ac:1.74 --- diff --git a/configure.ac b/configure.ac index 0b906f9e..3c212afb 100644 --- a/configure.ac +++ b/configure.ac @@ -361,6 +361,7 @@ if test x$GCC = xyes ; then CFLAGS="$CFLAGS -ggdb3" fi # FIXME: It would be better to actually test if this option works and/or is needed. + # Or perhaps use -funsigned-char. if "$CC" --version | grep 'gcc.* 4\.' 1>/dev/null 2>&1; then CFLAGS="$CFLAGS -Wno-pointer-sign" fi