# HG changeset patch # User mhessling@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1159223023 0 # Node ID 8b152d268bd4e7c916b4ee93b6a6469c95684cf7 # Parent af25ea2dc5b3b452b9643c63688a7dd450933afc Remove reference to HandyFTP diff -r af25ea2dc5b3 -r 8b152d268bd4 configure.in --- 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. ) ) )