From 41a2d0807aace08c3f2895d7768594c929edf3cd Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Sun, 14 Dec 2008 23:19:59 -0500 Subject: opkg: fix configure checks for gpgme git-svn-id: http://opkg.googlecode.com/svn/trunk@20 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2048313..3e1d0bb 100644 --- a/configure.ac +++ b/configure.ac @@ -66,7 +66,8 @@ else AC_MSG_ERROR(GPGME $min_gpgme_version or later needed) fi - +AC_SUBST(GPGME_CFLAGS) +AC_SUBST(GPGME_LIBS) # Checks for header files -- cgit v0.9.1