author | Don Pellegrino <don@drexel.edu> | 2009-09-01 22:25:06 (GMT) |
---|---|---|
committer | Don Pellegrino <don@drexel.edu> | 2009-09-01 22:25:06 (GMT) |
commit | a80eb7cc1a4af3ce90924ec104dd9baeef12741a (patch) (unidiff) | |
tree | 48e3e4206245e1ce096aef1afacb6717ff762dc3 | |
parent | 722a884bdf2100fa08eed36d6bbb8c52cccb004e (diff) | |
download | exp005-a80eb7cc1a4af3ce90924ec104dd9baeef12741a.zip exp005-a80eb7cc1a4af3ce90924ec104dd9baeef12741a.tar.gz exp005-a80eb7cc1a4af3ce90924ec104dd9baeef12741a.tar.bz2 |
Added dependency on libtool to create the shared library for the web browser plugin distribution.
-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]) | |||
24 | # Check for DB2. | 24 | # Check for DB2. |
25 | AC_SEARCH_LIBS([sqlastrt],[db2]) | 25 | AC_SEARCH_LIBS([sqlastrt],[db2]) |
26 | 26 | ||
27 | # Libtool is used to build the library for the browser plugin. | ||
28 | AC_PROG_LIBTOOL | ||
29 | |||
27 | AC_OUTPUT | 30 | AC_OUTPUT |