Patch by Vincent Mora
git-svn-id: http://svn.osgeo.org/postgis/trunk@12664
b70326c6-7e19-0410-871a-
916f4a2858ee
if test "x$with_sfcgal" != "xno"; then
if test -x "$SFCGAL_CONFIG"; then
- SFCGAL_VERSION=`$SFCGAL_CONFIG --version`
+ SFCGAL_VERSION=`$SFCGAL_CONFIG --version` || AC_MSG_ERROR([cannot determine sfcgal version (tried with $SFCGAL_CONFIG --version)])
SFCGAL_LDFLAGS=`$SFCGAL_CONFIG --libs`
SFCGAL_CPPFLAGS=`$SFCGAL_CONFIG --cflags`" -DHAVE_SFCGAL"