From 36079b032b203b590d3d44d5a929be4aa519dd73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 21 Apr 2006 09:05:56 +0200 Subject: [PATCH] Comment fix. Rev: src/nettle/configure.ac:1.74 --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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 -- GitLab