diff options
Diffstat (limited to '')
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |