From: dbs Date: Fri, 24 Oct 2008 18:30:02 +0000 (+0000) Subject: Merge 10902 from trunk (remove libyaz linking) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c629785218e92dec21bbd963d9056c43c32eaa4b;p=Evergreen.git Merge 10902 from trunk (remove libyaz linking) git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@10903 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/configure.ac b/configure.ac index 0ec85aa5c5..764982ebb5 100644 --- a/configure.ac +++ b/configure.ac @@ -245,7 +245,6 @@ AC_CHECK_LIB([expat], [main], [], AC_MSG_ERROR(*** OpenILS requires libexpat)) 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))