]> arthur.barton.de Git - ngircd-alex.git/commit
configure.in: use AC_SEARCH_LIBS (not AC_CHECK_LIB)
authorAlexander Barton <alex@barton.de>
Thu, 13 Sep 2012 14:40:04 +0000 (16:40 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 13 Sep 2012 14:40:04 +0000 (16:40 +0200)
commitebf2f991b58372e01e018e0f769762b85360ed3e
treeae3766fb32d40a73260d05a584ea592225741a35
parenta451cb22f1906de2c0ed354b1e79eaae654b3abd
configure.in: use AC_SEARCH_LIBS (not AC_CHECK_LIB)

Use the AC_SEARCH_LIBS macro to test for "sometimes but not always"
required libraries, not AC_CHECK_LIB.
configure.in