From 4bd60896340febb5bfafc025401ef2d221d748a2 Mon Sep 17 00:00:00 2001 From: Jerome Guitton Date: Thu, 31 Mar 2005 16:52:54 +0000 Subject: * configure.in: Check for basename. * configure: Regenerate. * config.in: Ditto. --- opcodes/configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'opcodes/configure.in') 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' -- cgit v1.1