]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/rx/configure.in
* configure.in: Check if the host has getopt.h.
[thirdparty/binutils-gdb.git] / sim / rx / configure.in
index 80c1f8a6f82f33ed88065c7994fd071c2d3aa1ad..7c518154978ce647d2126133d7c9485b8c314f26 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-dnl Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+dnl Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 dnl Contributed by Red Hat, Inc.
 dnl 
 dnl This file is part of the GNU simulators.
@@ -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)