mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* configure.in: check for ltdl.h
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7260 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2002-10-02 Derek Atkins <derek@ihtfp.com>
|
||||
* configure.in: check for ltdl.h
|
||||
|
||||
2002-10-01 Herbert Thoma <herbie@hthoma.de>
|
||||
|
||||
* /src/report/standard-reports/advanced-portfolio.scm: new report
|
||||
|
||||
@@ -74,6 +74,11 @@ AC_CHECK_FUNCS(stpcpy memcpy timegm towupper)
|
||||
STRUCT_TM_GMTOFF_CHECK
|
||||
SCANF_LLD_CHECK
|
||||
|
||||
AC_CHECK_HEADERS(ltdl.h)
|
||||
if test "x$ac_cv_header_ltdl_h" = xno; then
|
||||
AC_MSG_ERROR([Cannot find ltdl.h -- libtool-devel not installed?])
|
||||
fi
|
||||
|
||||
AM_PATH_GLIB
|
||||
|
||||
if test ${no_glib}x = yesx
|
||||
|
||||
Reference in New Issue
Block a user