* configure.in: Fix the check for basename declaration.
authorJerome Guitton <guitton@adacore.com>
Tue, 26 Apr 2005 10:24:45 +0000 (10:24 +0000)
committerJerome Guitton <guitton@adacore.com>
Tue, 26 Apr 2005 10:24:45 +0000 (10:24 +0000)
* configure: Regenerate.

opcodes/ChangeLog
opcodes/configure
opcodes/configure.in

index cba7480266febe9baadff3d8bbedee824a93f9f8..43158ac1b5c8617b15d0f3fcd66df7c57abece49 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-26  Jerome Guitton  <guitton@gnat.com>
+
+       * configure.in: Fix the check for basename declaration.
+       * configure: Regenerate.
+
 2005-04-19  Alan Modra  <amodra@bigpond.net.au>
 
        * ppc-opc.c (RTO): Define.
index 094f8c11044f759e96ddd448722e8dace76bce83..7080ceed0df3a4d30260e19d4018c520a30582bc 100755 (executable)
@@ -8542,8 +8542,7 @@ _ACEOF
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-#include "sysdep.h"
-
+$ac_includes_default
 int
 main ()
 {
index 3e356b32cc84e9b8b0b6a16b89782beb35d6b674..afc5c36f0aaa8d7fb1564a4f9d13178ee5ad5d62 100644 (file)
@@ -72,7 +72,7 @@ AC_PROG_INSTALL
 
 AC_CHECK_HEADERS(string.h strings.h stdlib.h)
 
-AC_CHECK_DECLS(basename, , , [#include "sysdep.h"])
+AC_CHECK_DECLS(basename)
 
 cgen_maint=no
 cgendir='$(srcdir)/../cgen'
This page took 0.051796 seconds and 4 git commands to generate.