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
fdb37010
Commit
fdb37010
authored
Feb 24, 2003
by
Niels Möller
Browse files
Use AC_GNU_SOURCE. Don't add -I$srcdir/src -DLSH
to CPPFLAGS. Rev: configure.ac:1.33
parent
5f8e0b68
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
fdb37010
...
...
@@ -18,16 +18,14 @@ If this does not work, please use an absolute path to the configure script. ])
esac
# src/rsync relies on lsh's definitions of WRITE_UINT32 etc.
CPPFLAGS="$CPPFLAGS -I$srcdir/src -DLSH"
#
CPPFLAGS="$CPPFLAGS -I$srcdir/src -DLSH"
# GNU libc defaults to supplying the ISO C library functions only.
# initgroups() and strsignal() are extensions; the _GNU_SOURCE define
# enables these extensions.
# Enable it on all systems; no problems have been reported with it so far.
# We can't use AH_VERBATIM for this, as we want _GNU_SOURCE to be defined
# when running configure's test programs.
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
AC_GNU_SOURCE
# Check options
AC_ARG_ENABLE(debug_alloc,
...
...
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