changeset 595:8b152d268bd4

Remove reference to HandyFTP
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 25 Sep 2006 22:23:43 +0000
parents af25ea2dc5b3
children a8ea3d68b9ec
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.
       )
     )
   )