update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / autoproject / patches / patch-ac
1 $NetBSD$
2
3 --- configure.in.orig   2006-02-25 21:27:07.000000000 +0000
4 +++ configure.in
5 @@ -31,6 +31,11 @@ if test "$automake" = "FAIL"; then
6      AC_MSG_ERROR(Cannot continue: automake not found)
7  fi
8  
9 +AC_PATH_PROGS(expr, gexpr expr, FAIL)
10 +if test "$expr" = "FAIL"; then
11 +    AC_MSG_ERROR(Cannot continue: expr not found)
12 +fi
13 +
14  dnl Checks for libraries.
15  
16  dnl Checks for header files.