From 803013485e51ee061a2b4f40979f1c80bd0fef2f Mon Sep 17 00:00:00 2001 From: ccremers Date: Sat, 22 May 2004 12:36:15 +0000 Subject: [PATCH] - Fixed bug. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9161ec0..985f1b5 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ AC_FUNC_MALLOC AC_FUNC_REALLOC AC_CHECK_LIB(argtable2, arg_parse,,AC_MSG_ERROR(Scyther requires the argtable2 package (LGPL). -Get it from http://argtable.sourceforge.net/, +Get it from http://argtable.sourceforge.net/ or make sure that Scyther can find the libraries by setting LD_LIBRARY_PATH correctly.)) AC_PROG_YACC