* configure.in: Check if the host has getopt.h.
[platform/upstream/binutils.git] / sim / rx / configure.in
index c97270a..7c51815 100644 (file)
@@ -21,6 +21,7 @@ dnl
 AC_PREREQ(2.5)dnl
 AC_INIT(Makefile.in)
 AC_CONFIG_HEADER(config.h:config.in)
+AC_CHECK_HEADERS(getopt.h)
 
 sinclude(../common/aclocal.m4)