summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Henty <onepoint@starurchin.org>2011-01-08 17:55:36 +0000
committerJeremy Henty <onepoint@starurchin.org>2011-01-08 17:55:36 +0000
commitacfbdc6019b5691eff50a0645767cb05afd5c3b4 (patch)
treee4a5fdb65a483dbe65d4d884b84a043a0690cd6f
parenta6221dfe0646c6f885f48664366629d42c4b8a8e (diff)
configure.in: replace obsolete AC_ERROR with AC_MSG_ERROR.
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index c9e716f2..2b22f73a 100644
--- a/configure.in
+++ b/configure.in
@@ -153,7 +153,7 @@ then AC_MSG_RESULT(yes)
LIBFLTK_CFLAGS=`fltk2-config --cflags`
LIBFLTK_LIBS=`fltk2-config --ldflags`
else AC_MSG_RESULT(no)
- AC_ERROR(FLTK2 must be installed!)
+ AC_MSG_ERROR(FLTK2 must be installed!)
fi
@@ -202,7 +202,7 @@ fi
if test "x$libz_ok" = xyes; then
LIBZ_LIBS="-lz"
else
- AC_ERROR(zlib must be installed!)
+ AC_MSG_ERROR(zlib must be installed!)
fi
dnl ---------------
@@ -327,7 +327,7 @@ if test "x$iconv_ok" = "xno"; then
fi
if test "x$iconv_ok" = "xno"; then
- AC_ERROR(libiconv must be installed!)
+ AC_MSG_ERROR(libiconv must be installed!)
fi
dnl ----------------------