Skip to content
Snippets Groups Projects
Commit 36079b03 authored by Niels Möller's avatar Niels Möller
Browse files

Comment fix.

Rev: src/nettle/configure.ac:1.74
parent e04e3039
No related branches found
No related tags found
No related merge requests found
...@@ -361,6 +361,7 @@ if test x$GCC = xyes ; then ...@@ -361,6 +361,7 @@ if test x$GCC = xyes ; then
CFLAGS="$CFLAGS -ggdb3" CFLAGS="$CFLAGS -ggdb3"
fi fi
# FIXME: It would be better to actually test if this option works and/or is needed. # 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 if "$CC" --version | grep 'gcc.* 4\.' 1>/dev/null 2>&1; then
CFLAGS="$CFLAGS -Wno-pointer-sign" CFLAGS="$CFLAGS -Wno-pointer-sign"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment