From: Sandro Santilli Date: Tue, 18 Apr 2006 16:56:46 +0000 (+0000) Subject: Used ad-hoc AC_PROG_YACC for yacc detection X-Git-Tag: pgis_1_1_3~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6870c1e09b483eb5ac71063806a0e562f2d52eb;p=postgis Used ad-hoc AC_PROG_YACC for yacc detection git-svn-id: http://svn.osgeo.org/postgis/trunk@2335 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.in b/configure.in index 189f31ff4..98cadd70a 100644 --- a/configure.in +++ b/configure.in @@ -235,8 +235,9 @@ AC_PATH_PROG([DLLWRAP], [dllwrap]) AC_SUBST(DLLTOOL) AC_PATH_PROG([DLLTOOL], [dlltool]) -AC_SUBST(YACC) -AC_PATH_PROG([YACC], [yacc]) +dnl AC_SUBST(YACC) +dnl AC_PATH_PROG([YACC], [yacc]) +AC_PROG_YACC if test -z "$YACC"; then AC_MSG_ERROR(Can't find 'yacc'); fi