comparison 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
comparison
equal deleted inserted replaced
594:af25ea2dc5b3 595:8b152d268bd4
90 90
91 AC_CHECK_HEADER(pthread.h,,AC_MSG_ERROR([pthread header not found. Dynamic Windows cannot build without it.])) 91 AC_CHECK_HEADER(pthread.h,,AC_MSG_ERROR([pthread header not found. Dynamic Windows cannot build without it.]))
92 AC_CHECK_LIB(pthread, pthread_attr_init, PTHREAD_LIBS="-lpthread", 92 AC_CHECK_LIB(pthread, pthread_attr_init, PTHREAD_LIBS="-lpthread",
93 AC_CHECK_LIB(pthreads, pthread_attr_init, PTHREAD_LIBS="-lpthreads", 93 AC_CHECK_LIB(pthreads, pthread_attr_init, PTHREAD_LIBS="-lpthreads",
94 AC_CHECK_LIB(c_r, pthread_attr_init, PTHREAD_LIBS="-lc_r", 94 AC_CHECK_LIB(c_r, pthread_attr_init, PTHREAD_LIBS="-lc_r",
95 AC_MSG_ERROR(pthread library not found. HandyFTP cannot build without it. 95 AC_MSG_ERROR(pthread library not found. dwindows cannot build without it.
96 ) 96 )
97 ) 97 )
98 ) 98 )
99 ) 99 )
100 100