projects
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a3f290
)
Merge 10902 from trunk (remove libyaz linking)
author
dbs
<dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 24 Oct 2008 18:30:02 +0000
(18:30 +0000)
committer
dbs
<dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 24 Oct 2008 18:30:02 +0000
(18:30 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@10903
dcc99617
-32d9-48b4-a31d-
7c20da2025e4
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
0ec85aa
..
764982e
100644
(file)
--- 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))