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
e1602795
Commit
e1602795
authored
Dec 23, 2000
by
Niels Möller
Browse files
* configure.in: Removed getopt-related tests (previously just
commented out). Rev: configure.in:1.97
parent
66a3810a
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
e1602795
...
...
@@ -425,13 +425,6 @@ dnl AC_CHECK_VAR(program_invocation_short_name, [char *])
AC_CHECK_FUNCS(poll,,[LIBOBJS="jpoll.o $LIBOBJS"])
dnl This macro is mentioned in the automake manual, but where is it
dnl supposed to be defined?
dnl AC_REPLACE_GNU_GETOPT
dnl dnl AC_CHECK_FUNCS(getopt_long,,[LIBOBJS="getopt.o $LIBOBJS"])
dnl AC_CHECK_FUNCS(getopt_long,,[LIBOBJS="getopt.o getopt1.o $LIBOBJS"])
# Test if the libc includes a good enough argp.
if test x$with_system_argp = xyes ; then
dnl AC_CHECK_FUNCS(argp_parse,, with_system_argp=no)
...
...
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