-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2c134e4..df46c9f 100644 --- a/configure.ac +++ b/configure.ac @@ -24,4 +24,7 @@ AC_SEARCH_LIBS([clrtoeol],[ncurses]) # Check for DB2. AC_SEARCH_LIBS([sqlastrt],[db2]) +# Libtool is used to build the library for the browser plugin. +AC_PROG_LIBTOOL + AC_OUTPUT |