author | Don Pellegrino <don@drexel.edu> | 2009-06-13 21:53:09 (GMT) |
---|---|---|
committer | Don Pellegrino <don@drexel.edu> | 2009-06-13 21:53:09 (GMT) |
commit | a40596e33760a94e5942e84d1d5632ba4147c019 (patch) (side-by-side diff) | |
tree | 868ec19c56018553393fa874771e7a123b773ac8 | |
parent | f92c084a62a5aedf9197187ae5195321ad0c2838 (diff) | |
download | exp005-a40596e33760a94e5942e84d1d5632ba4147c019.zip exp005-a40596e33760a94e5942e84d1d5632ba4147c019.tar.gz exp005-a40596e33760a94e5942e84d1d5632ba4147c019.tar.bz2 |
Added checking for DB2 library.
-rw-r--r-- | configure.ac | 3 |
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 |