summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-07-21 08:32:54 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-07-21 08:32:54 +0100
commit43cff1a90af236958347223708b76831656ea44b (patch)
tree11a07620d13c3ef190643673fd4b5201835fafee
parent9e7f9f6782bd619a893850c4ab9d14e7176f6e44 (diff)
downloadfebootstrap-43cff1a90af236958347223708b76831656ea44b.tar.gz
febootstrap-43cff1a90af236958347223708b76831656ea44b.tar.xz
febootstrap-43cff1a90af236958347223708b76831656ea44b.zip
debian: Check for gawk.
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1e748ab..5d3ddd3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,6 +92,11 @@ AC_CHECK_HEADER([ext2fs/ext2fs.h],[],[
AC_MSG_FAILURE([Header <ext2fs/ext2fs.h> not found (part of e2fsprogs)])
])
+AC_CHECK_PROG(GAWK,[gawk],[gawk],[no])
+if test "x$GAWK" = "xno" ; then
+ AC_MSG_FAILURE([gawk (GNU awk) not found])
+fi
+
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([config.ml
debian/changelog