summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-10-31 11:33:52 +0100
committerNiels Möller <nisse@lysator.liu.se>2011-10-31 11:33:52 +0100
commita0619961e71bed3c79708f57aa7e51eb485e862a (patch)
tree429d4abd73992c0ec25b5b619dbee53be98f45cf /configure.ac
parentd56aa132dfb2b393aa725cda6d63103675ff702b (diff)
downloadnettle-a0619961e71bed3c79708f57aa7e51eb485e862a.tar.gz
(LIBHOGWEED_LIBS): Typo fix for the darwin case. Spotted by Martin
Storsjö. Rev: nettle/ChangeLog:1.228 Rev: nettle/configure.ac:1.45
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8c0036c7..485929b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -290,7 +290,7 @@ case "$host_os" in
LIBHOGWEED_SONAME='libhogweed.$(LIBHOGWEED_MAJOR).dylib'
LIBHOGWEED_FILE='libhogweed.$(LIBHOGWEED_MAJOR).$(LIBHOGWEED_MINOR).dylib'
LIBHOGWEED_LINK='$(CC) -dynamiclib -L. $(LDFLAGS) -install_name ${libdir}/$(LIBHOGWEED_SONAME) -compatibility_version $(LIBHOGWEED_MAJOR) -current_version $(LIBHOGWEED_MAJOR).$(LIBHOGWEED_MINOR)'
- LIBHOGWEED_LIBS='-lnettle -gmp'
+ LIBHOGWEED_LIBS='-lnettle -lgmp'
;;
solaris*)
# Sun's ld uses -h to set the soname, and this option is passed