use 3-arg version of ac_define as the 1-arg one is being obsoleted

This commit is contained in:
Jean-Francois Dockes 2010-01-31 19:35:28 +01:00
parent b570fc26aa
commit d0501aa63b

View File

@ -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