[postgis-tickets] r15015 - Fix detectino of ability to build comments
Sandro Santilli
strk at kbt.io
Thu Jul 21 09:14:25 PDT 2016
Author: strk
Date: 2016-07-21 09:14:24 -0700 (Thu, 21 Jul 2016)
New Revision: 15015
Modified:
branches/2.1/configure.ac
Log:
Fix detectino of ability to build comments
Modified: branches/2.1/configure.ac
===================================================================
--- branches/2.1/configure.ac 2016-07-21 13:55:29 UTC (rev 15014)
+++ branches/2.1/configure.ac 2016-07-21 16:14:24 UTC (rev 15015)
@@ -187,7 +187,7 @@
AC_PATH_PROG([IMAGEMAGICK], [convert], [])
if test "x$IMAGEMAGICK" = "x"; then
AC_MSG_WARN([ImageMagick does not seem to be installed. Documentation cannot be built])
- CAN_BUILD_COMMENTS=no
+ CAN_BUILD_PDF=no
fi
More information about the postgis-tickets
mailing list