diff options
| author | Tatsuo Ishii | 2001-03-01 05:05:29 +0000 |
|---|---|---|
| committer | Tatsuo Ishii | 2001-03-01 05:05:29 +0000 |
| commit | fa2e3cffd3ce9910334d9be2f7813fe6e5a45e7c (patch) | |
| tree | 4bd23d147071bd61a08599db90ed5664ad042935 /configure.in | |
| parent | 7c5b2487b0fd9c730cdc48b08407456325bcc21b (diff) | |
Remove HAVE_OPTARG per discussion in hackers list.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in index bd945f0148a..8ce2eacde24 100644 --- a/configure.in +++ b/configure.in @@ -777,9 +777,6 @@ AC_CHECK_FUNCS([fcvt getopt_long memmove pstat setproctitle setsid sigprocmask s dnl Check whether <unistd.h> declares fdatasync(). AC_EGREP_HEADER(fdatasync, unistd.h, AC_DEFINE(HAVE_FDATASYNC_DECL)) -dnl Check whether <unistd.h> declares optarg -AC_EGREP_HEADER(optarg, unistd.h, AC_DEFINE(HAVE_OPTARG_DECL)) - AC_CACHE_CHECK([for PS_STRINGS], [pgac_cv_var_PS_STRINGS], [AC_TRY_LINK( [#include <machine/vmparam.h> |
