Skip to content
GitLab
Menu
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
a15e9a5a
Commit
a15e9a5a
authored
Sep 01, 2009
by
Niels Möller
Browse files
Test for $with_system_argp != no, rather than = yes.
Rev: configure.ac:1.94
parent
bbccd81f
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
a15e9a5a
...
...
@@ -584,10 +584,15 @@ fi
# Test if the libc includes a good enough argp.
# FIXME: Doesn't check for the argp-help bug.
if test x$with_system_argp = x
yes
; then
if test x$with_system_argp
!
= x
no
; then
LSH_LIB_ARGP(,with_system_argp=no)
fi
AH_TEMPLATE([HAVE_ARGP_PARSE], [Define to use the argp parser in libc])
if test x$with_system_argp != xno ; then
AC_DEFINE(HAVE_ARGP_PARSE)
fi
BUILD_SUBDIRS=''
LIB_ARGP=''
if test x$with_system_argp = xno ; then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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