Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lsh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LSH
lsh
Commits
7f38cb09
Commit
7f38cb09
authored
Nov 27, 2000
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Use AC_LIB_ARGP.
Rev: configure.in:1.94
parent
e2582b23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
configure.in
configure.in
+2
-1
No files found.
configure.in
View file @
7f38cb09
...
@@ -451,7 +451,8 @@ AC_CHECK_FUNCS(getopt_long,,[LIBOBJS="getopt.o getopt1.o $LIBOBJS"])
...
@@ -451,7 +451,8 @@ AC_CHECK_FUNCS(getopt_long,,[LIBOBJS="getopt.o getopt1.o $LIBOBJS"])
# Use system argp only if we can actually link with it.
# Use system argp only if we can actually link with it.
if test x$with_system_argp = xyes ; then
if test x$with_system_argp = xyes ; then
AC_CHECK_FUNCS(argp_parse,, with_system_argp=no)
dnl AC_CHECK_FUNCS(argp_parse,, with_system_argp=no)
AC_LIB_ARGP(,with_system_argp=no)
fi
fi
# FIXME: If the system already has argp, it's unnecessary to build our own.
# FIXME: If the system already has argp, it's unnecessary to build our own.
...
...
Write
Preview
Markdown
is supported
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