diff configure.in @ 595:8b152d268bd4

Remove reference to HandyFTP
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 25 Sep 2006 22:23:43 +0000
parents 1b398af1ec38
children fb59f9eeeecd
line wrap: on
line diff
--- a/configure.in	Mon Sep 25 22:16:42 2006 +0000
+++ b/configure.in	Mon Sep 25 22:23:43 2006 +0000
@@ -92,7 +92,7 @@
 AC_CHECK_LIB(pthread, pthread_attr_init, PTHREAD_LIBS="-lpthread",
 AC_CHECK_LIB(pthreads, pthread_attr_init, PTHREAD_LIBS="-lpthreads",
   AC_CHECK_LIB(c_r, pthread_attr_init, PTHREAD_LIBS="-lc_r",
-      AC_MSG_ERROR(pthread library not found. HandyFTP cannot build without it.
+      AC_MSG_ERROR(pthread library not found. dwindows cannot build without it.
       )
     )
   )