last-svn-commit-458-gca40829 Handle libgdcmCommon's dependencies.

* configure.ac: Pass more libraries to OLN_WITH_LIB when searching for libgdcmCommon. --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index ca2698f..8aaf78d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2010-08-11 Guillaume Lazzara <z@lrde.epita.fr> + Handle libgdcmCommon's dependencies. + + * configure.ac: Pass more libraries to OLN_WITH_LIB when searching + for libgdcmCommon. + +2010-08-11 Guillaume Lazzara <z@lrde.epita.fr> + * configure.ac: Display a summary of the configuration when the build directory is ready. diff --git a/configure.ac b/configure.ac index 594856f..916221b 100644 --- a/configure.ac +++ b/configure.ac @@ -273,7 +273,7 @@ AC_MSG_RESULT([]) AC_MSG_RESULT([* libgdcm]) AC_MSG_RESULT([---------]) OLN_WITH_LIB([GDCM], [gdcm-2.0/gdcmReader.h], [gdcmCommon], [gdcm], [GDCM], - [-lgdcmzlib]) + [-lgdcmDICT -lgdcmDSED -lgdcmIOD -lgdcmMSFF -lgdcmexpat -lgdcmjpeg12 -lgdcmjpeg16 -lgdcmjpeg8 -lgdcmopenjpeg -lgdcmuuid -lgdcmzlib]) ## ---------- ## ## Tesseract. ## -- 1.5.6.5
participants (1)
-
Guillaume Lazzara