~ubuntu-branches/ubuntu/precise/opendrim-lmp-systemmemory/precise

« back to all changes in this revision

Viewing changes to acinclude.m4

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Carneiro
  • Date: 2011-07-07 11:09:23 UTC
  • Revision ID: james.westby@ubuntu.com-20110707110923-6hjx1qrt70zcr702
Tags: 1.0.2-0ubuntu2
debian/patches/01-ftbfs-add-openldrim-lib.patch: Added library opendrim to
LIBS variable in check routine of acinclude.m4 to build with ld
--as-needed (LP: #756031)

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
        if test -e $OPENDRIMCOMMONLIBDIR/libopendrim.so
262
262
        then
263
263
                AC_MSG_RESULT(yes)
 
264
                LIBS="${LIBS} -lopendrim"
264
265
        else
265
266
                AC_MSG_ERROR([[no. The OpenDRIM Common library could not be found (libopendrim.so)]])
266
267
        fi