diff options
-rw-r--r-- | configure.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 5e6992ff6..16a7d4c61 100644 --- a/configure.in +++ b/configure.in @@ -853,6 +853,14 @@ AC_CHECK_HEADER( Define to 1 if you have xpm header ) ) +AC_CHECK_HEADER( + getopt.h, + AC_DEFINE( + [HAVE_GETOPT_H], + [], + Define to 1 if you have the getopt header + ) +) if test "x${graphics_gd}" = "xyes" ; then save_CPPFLAGS=$CPPFLAGS save_LIBS=$LIBS |