diff options
author | Jerome Guitton <guitton@adacore.com> | 2005-03-31 16:52:54 +0000 |
---|---|---|
committer | Jerome Guitton <guitton@adacore.com> | 2005-03-31 16:52:54 +0000 |
commit | 4bd60896340febb5bfafc025401ef2d221d748a2 (patch) | |
tree | f5941c4d4ef58be6182e9a1073f1ed9e3816483f /opcodes/configure.in | |
parent | fddc4048e58c34d1f297277a4d23984fb5f9e54d (diff) | |
download | gdb-4bd60896340febb5bfafc025401ef2d221d748a2.zip gdb-4bd60896340febb5bfafc025401ef2d221d748a2.tar.gz gdb-4bd60896340febb5bfafc025401ef2d221d748a2.tar.bz2 |
* configure.in: Check for basename.
* configure: Regenerate.
* config.in: Ditto.
Diffstat (limited to 'opcodes/configure.in')
-rw-r--r-- | opcodes/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/configure.in b/opcodes/configure.in index 8cca0b5..ec7f8f8 100644 --- a/opcodes/configure.in +++ b/opcodes/configure.in @@ -107,6 +107,8 @@ AC_PROG_INSTALL AC_CHECK_HEADERS(string.h strings.h stdlib.h) +AC_CHECK_DECLS(basename, , , [#include "sysdep.h"]) + cgen_maint=no cgendir='$(srcdir)/../cgen' |