Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
6fb9709e
Commit
6fb9709e
authored
May 08, 2006
by
Niels Möller
Browse files
Comment improvements.
Rev: configure.ac:1.59.2.5
parent
d0abfc3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
6fb9709e
...
...
@@ -798,6 +798,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
...
...
@@ -812,6 +813,7 @@ if test x$GCC = xyes ; then
fi
# Used by contrib/solpkg.sh.in.
AC_SUBST(BUILD_ARCH, `uname -p`)
AC_SUBST(BUILD_OSSYS,`uname -s`)
AC_SUBST(BUILD_OSREV,`uname -r`)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment