[open-ils-commits] r10903 - branches/rel_1_4

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Oct 24 14:30:11 EDT 2008


Author: dbs
Date: 2008-10-24 14:30:02 -0400 (Fri, 24 Oct 2008)
New Revision: 10903

Modified:
   branches/rel_1_4/configure.ac
Log:
Merge 10902 from trunk (remove libyaz linking)

Modified: branches/rel_1_4/configure.ac
===================================================================
--- branches/rel_1_4/configure.ac	2008-10-24 18:28:14 UTC (rev 10902)
+++ branches/rel_1_4/configure.ac	2008-10-24 18:30:02 UTC (rev 10903)
@@ -245,7 +245,6 @@
 AC_CHECK_LIB([readline], [main], [], AC_MSG_ERROR(*** OpenILS requires libreadline))
 AC_CHECK_LIB([xml2], [main], [], AC_MSG_ERROR(*** OpenILS requires libxml2))
 AC_CHECK_LIB([xslt], [main], [], AC_MSG_ERROR(*** OpenILS requires libxslt))
-AC_CHECK_LIB([yaz], [main], [], AC_MSG_ERROR(*** OpenILS requires libyaz))
 AC_CHECK_LIB([perl], [main], [], AC_MSG_ERROR(*** OpenILS requires libperl-dev))
 AC_CHECK_LIB([pq], [main], [], AC_MSG_ERROR(*** OpenILS requires libpq))
 



More information about the open-ils-commits mailing list