summaryrefslogtreecommitdiffstats
authorDon Pellegrino <don@drexel.edu>2009-06-13 21:53:09 (GMT)
committer Don Pellegrino <don@drexel.edu>2009-06-13 21:53:09 (GMT)
commita40596e33760a94e5942e84d1d5632ba4147c019 (patch) (side-by-side diff)
tree868ec19c56018553393fa874771e7a123b773ac8
parentf92c084a62a5aedf9197187ae5195321ad0c2838 (diff)
downloadexp005-a40596e33760a94e5942e84d1d5632ba4147c019.zip
exp005-a40596e33760a94e5942e84d1d5632ba4147c019.tar.gz
exp005-a40596e33760a94e5942e84d1d5632ba4147c019.tar.bz2
Added checking for DB2 library.
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a7924d3..2c134e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,4 +21,7 @@ AC_SEARCH_LIBS([BioseqBlastEngine],[ncbitool])
# Check for the new curses library for terminal output.
AC_SEARCH_LIBS([clrtoeol],[ncurses])
+# Check for DB2.
+AC_SEARCH_LIBS([sqlastrt],[db2])
+
AC_OUTPUT

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.