chiark
/
gitweb
/
~mdw
/
distorted-backup
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
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
b9de9d7
..
b360139
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.