From a40596e33760a94e5942e84d1d5632ba4147c019 Mon Sep 17 00:00:00 2001 From: Don Pellegrino Date: Sat, 13 Jun 2009 21:53:09 +0000 Subject: Added checking for DB2 library. --- 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 -- cgit v0.8.3.1-22-g547a