From d0501aa63b8290601dca2296c6388ae86abc132a Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 31 Jan 2010 19:35:28 +0100 Subject: [PATCH] use 3-arg version of ac_define as the 1-arg one is being obsoleted --- src/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure.ac b/src/configure.ac index 3f6ebbc5..7b47ef14 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -37,7 +37,7 @@ AC_DEFINE_UNQUOTED(FILE_PROG, "$fileProg", [Path to the file program]) # Can't use Solaris standard 'file' command, it doesn't support -i if test X$sys != XSunOS -o X$fileProg != X/usr/bin/file; then - AC_DEFINE(USE_SYSTEM_FILE_COMMAND) + AC_DEFINE(USE_SYSTEM_FILE_COMMAND, 1, [Enable using the system's 'file' command to id mime if we fail internally]) fi