From f75d000de352ce9073296d16b72b19f83d98c4f5 Mon Sep 17 00:00:00 2001 From: Laurent Carlier Date: Thu, 13 Aug 2009 09:04:07 +0000 Subject: [PATCH] [CONFIGURATION] * BUG: Try to fix building with Autoconf 2.64 Really, autotools is the hell ! git-svn-id: svn://localhost/gambas/trunk@2233 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 180f57f77..68c14df24 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -106,9 +106,9 @@ AC_DEFUN([GB_INIT], dnl ---- Checks for programs - AC_PROG_CC AC_PROG_CPP AC_PROG_CXX + AC_PROG_CC AC_PROG_MAKE_SET dnl ---- Checks for header files.