From kde-devel Sun Sep 25 17:56:08 2005 From: Robert Hogan Date: Sun, 25 Sep 2005 17:56:08 +0000 To: kde-devel Subject: adding check for libraries to a kdevelop configure.in Message-Id: <200509251856.08241.robert () roberthogan ! net> X-MARC-Message: https://marc.info/?l=kde-devel&m=112767099917605 I'm checking for a library by adding the following line to the configure.in in my kdevelop project. is there a better/more robust way? AC_CHECK_LIB(appname, test_function, [LIBS="$LIBS -llibname";],AC_MSG_ERROR(Can't find appname's libraries. Please check your installtion of appname.)) -- robert hogan dublin >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<