chiark
/
gitweb
/
~mdw
/
distorted-backup
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
984ce16
)
configure.ac: Set the correct build variables for Nettle.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 13 May 2012 21:01:17 +0000
(22:01 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 13 May 2012 21:01:17 +0000
(22:01 +0100)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index b9de9d79b76dc0745eda8eae21e6ecf0b8c6e7de..b360139b9a989e07eb3b04276e08795480020729 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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.