commit | 647c1a33c84c2cb8a9e4d0c4605b1cbdee983d9c | [log] [tgz] |
---|---|---|
author | Dimitrie O. Paun <dpaun@rogers.com> | Tue Dec 10 19:16:24 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Dec 10 19:16:24 2002 +0000 |
tree | 3e6887170d177e390c77b30ffb11833e3453db5c | |
parent | 9c627aae6b78d53d23ce0518ea60aa04a5bc5314 [diff] [blame] |
Gracefully degrade to getopt if getopt_long does not exist.
diff --git a/configure.ac b/configure.ac index e9135cc..f446767 100644 --- a/configure.ac +++ b/configure.ac
@@ -932,6 +932,7 @@ ftruncate64 \ getnetbyaddr \ getnetbyname \ + getopt_long \ getpagesize \ getprotobyname \ getprotobynumber \ @@ -980,6 +981,7 @@ direct.h \ elf.h \ float.h \ + getopt.h \ ieeefp.h \ io.h \ libio.h \