configure.ac: Set the correct build variables for Nettle.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 13 May 2012 21:01:17 +0000 (22:01 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 13 May 2012 21:01:17 +0000 (22:01 +0100)
configure.ac

index b9de9d7..b360139 100644 (file)
@@ -48,7 +48,7 @@ PKG_CHECK_MODULES([nettle], [nettle >= 2.4], [], [
   case $nettlep in
     nil) AC_MSG_ERROR([Failed to find Nettle library.]) ;;
   esac
-  NETTLE_CFLAGS= NETTLE_LIBS=-lnettle])
+  nettle_CFLAGS= nettle_LIBS=-lnettle])
 
 dnl--------------------------------------------------------------------------
 dnl Perl programming environment.