aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 499aad8..8c97626 100755
--- a/configure
+++ b/configure
@@ -2277,7 +2277,7 @@ if test "$RASTER" = "yes"; then
fi
-if test "$DRVLIBS" = ""; then
+if test "$DRIVERS" = ""; then
{ echo "configure: error: You should include at least one driver..." 1>&2; exit 1; }
fi
diff --git a/configure.in b/configure.in
index e182668..376be74 100644
--- a/configure.in
+++ b/configure.in
@@ -171,7 +171,7 @@ if test "$RASTER" = "yes"; then
fi
-if test "$DRVLIBS" = ""; then
+if test "$DRIVERS" = ""; then
AC_MSG_ERROR([You should include at least one driver...])
fi