From 013fbfa42dd4bd0ad737c36054b59a7fb2aacef5 Mon Sep 17 00:00:00 2001 From: Simon Peter Date: Tue, 18 Mar 2003 06:45:00 -0700 Subject: [PATCH] RC1. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index b8455d9..3211189 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,7 @@ AC_PROG_CXXCPP # Nothing works without these libraries... AC_CHECK_LIB(stdc++,main,,AC_MSG_ERROR([libstdc++ not installed])) -AC_CHECK_LIB(adplug,main,,AC_MSG_ERROR([AdPlug >= 1.1 not installed])) +AC_CHECK_LIB(adplug,main,,AC_MSG_ERROR([AdPlug not installed])) ##### Output mechanism checks ##### # These checks enable or disable certain output mechanisms,