Changeset a4f7b99


Ignore:
Timestamp:
Nov 17, 2013, 3:44:14 AM (10 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
release-1.9
Children:
577f8ab
Parents:
14515f6
git-author:
Anders Kaseorg <andersk@mit.edu> (12/21/12 17:04:16)
git-committer:
Anders Kaseorg <andersk@mit.edu> (11/17/13 03:44:14)
Message:
configure: Only use LIBCRYPTO_{CFLAGS,LIBS} on PKG_CHECK_MODULES success

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
(cherry picked from commit 1f121cb7df8e01f3b3febaa4c4345ed479db8792)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r14515f6 ra4f7b99  
    5757
    5858   AS_IF([test "x$have_krb4" != xyes],
    59      [PKG_CHECK_MODULES([LIBCRYPTO], [libcrypto])
    60       AM_CFLAGS="${AM_CFLAGS} ${LIBCRYPTO_CFLAGS}"
    61       LIBS="${LIBS} ${LIBCRYPTO_LIBS}"
    62      ])
     59     [PKG_CHECK_MODULES([LIBCRYPTO], [libcrypto],
     60        [AM_CFLAGS="${AM_CFLAGS} ${LIBCRYPTO_CFLAGS}"
     61         LIBS="${LIBS} ${LIBCRYPTO_LIBS}"
     62        ])])
    6363
    6464   AC_CHECK_LIB([zephyr], [ZGetSender],
Note: See TracChangeset for help on using the changeset viewer.