From a80eb7cc1a4af3ce90924ec104dd9baeef12741a Mon Sep 17 00:00:00 2001 From: Don Pellegrino Date: Tue, 01 Sep 2009 22:25:06 +0000 Subject: Added dependency on libtool to create the shared library for the web browser plugin distribution. --- 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 -- cgit v0.8.3.1-22-g547a