changeset 3:be012e47e7f0

Configure error refers to the wrong product.
author Brian Smith <brian@dbsoft.org>
date Fri, 18 Feb 2011 02:56:59 -0600
parents 730c0ad1bc29
children 9648e6980cb5
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Fri Feb 18 02:26:53 2011 -0600
+++ b/configure.in	Fri Feb 18 02:56:59 2011 -0600
@@ -40,7 +40,7 @@
 LIBS=`dwindows-config --libs`
 CFLAGS=`dwindows-config --cflags`
 
-AC_CHECK_LIB(dwindows, dw_main,LIBS="$LIBS",AC_MSG_ERROR(Dynamic Windows library not found. HandyFTP cannot build without it.))
+AC_CHECK_LIB(dwindows, dw_main,LIBS="$LIBS",AC_MSG_ERROR(Dynamic Windows library not found. DynamicMail cannot build without it.))
 
 AC_CHECK_LIB(sun, getpwnam, LIBS="$LIBS -lsun",)
 AC_CHECK_LIB(dgc, inet_addr, LIBS="$LIBS -ldgc",)