X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fconfigure.ac;h=9a516889155cfdcef503d8c30eaa9ea414e11874;hb=a117b08db467757f5920a4cc5791f89a3b5d830c;hp=16eb21312ece530342211f40c9af7a93c3f8d784;hpb=4e0e172f3b1cb1a1911f43ee0ef11d000c79b038;p=xestiaab%2F.git diff --git a/source/configure.ac b/source/configure.ac index 16eb213..9a51688 100644 --- a/source/configure.ac +++ b/source/configure.ac @@ -130,6 +130,17 @@ variable before running configure again." exit -1 ]) +# file application + +AC_CHECK_PROG([FOUND_FILE], [file], [yes], [no]) +AM_CONDITIONAL([FOUND_FILE_RES], [test x$FOUND_FILE = xyes]) + +AM_COND_IF([FOUND_FILE_RES], [], [echo "Cannot find the file program on your system. +If it is installed on your system, adjust your PATH environment +variable before running configure again." + exit -1 + ]) + # uuidgen application AC_CHECK_PROG([FOUND_UUIDGEN], [uuidgen], [yes], [no])