-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 |