]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - configure.ac
configure: Check for gengetopt.
[paraslash.git] / configure.ac
index 8904281235c49caaef2211d008f399c80de19e26..fd2e073b6eb17c44751979743fcd90987f085f65 100644 (file)
@@ -23,6 +23,12 @@ fi
 
 AC_C_BIGENDIAN()
 
+AC_PATH_PROG([gengetopt], [gengetopt])
+test -z "$gengetopt" && AC_MSG_ERROR(
+       [gengetopt is required to build this package])
+
+
+
 AC_PROG_CC
 AC_PROG_CPP
 AC_PROG_INSTALL