~ubuntu-branches/ubuntu/trusty/opendrim-lmp-simpleidentitymanagement/trusty-proposed

« back to all changes in this revision

Viewing changes to acinclude.m4

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Carneiro
  • Date: 2011-07-08 18:53:39 UTC
  • Revision ID: james.westby@ubuntu.com-20110708185339-ubobcash3q9iifgv
Tags: 1.0.0-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: #755958)

Show diffs side-by-side

added added

removed removed

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