diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-09-27 12:43:13 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-09-27 12:43:13 +0000 |
commit | e64d01d199a043923a767e0a42856caa11b59729 (patch) | |
tree | 88f06b5146988e8a4c8a638f0c7a0bc5f4e42593 /configure.in | |
parent | f2c135a2a35d2dad3fef5984e1c3c013b7eb403b (diff) | |
download | fetchmail-e64d01d199a043923a767e0a42856caa11b59729.tar.gz fetchmail-e64d01d199a043923a767e0a42856caa11b59729.tar.bz2 fetchmail-e64d01d199a043923a767e0a42856caa11b59729.zip |
Fix the bad GETOPT_LONG patch.
svn path=/trunk/; revision=3495
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 710a93fc..de4ddffc 100644 --- a/configure.in +++ b/configure.in @@ -129,7 +129,8 @@ AC_SUBST(EXTRAOBJ) AC_CHECK_FUNCS(tcsetattr stty setsid geteuid seteuid gethostbyname \ res_search herror strrchr strerror setlinebuf syslog \ snprintf vprintf vsnprintf vsyslog \ - atexit inet_aton strftime setrlimit socketpair sigprocmask sigaction) + atexit inet_aton strftime setrlimit socketpair sigprocmask sigaction \ + getopt_long) # Under Red Hat 4.0 (and many other Linuxes) -lresolv is seriously flaky # and breaks gethostbyname(2). It's better to use the bind stuff in the C |