]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(LIBHOGWEED_LIBS): Typo fix for the darwin case. Spotted by Martin
authorMartin Storsjö <martin@martin.st>
Mon, 31 Oct 2011 10:33:52 +0000 (11:33 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 31 Oct 2011 10:33:52 +0000 (11:33 +0100)
Storsjö.

Rev: nettle/ChangeLog:1.228
Rev: nettle/configure.ac:1.45

ChangeLog
configure.ac

index ce5473f4d69611afbd5ccac01c54409fd35e490d..d846a74d035d2a36c9425be34b0b0cd1c2be3570 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-31  Niels Möller  <nisse@lysator.liu.se>
+
+       * configure.ac (LIBHOGWEED_LIBS): Typo fix for the darwin case.
+       Spotted by Martin Storsjö.
+
 2011-10-25  Niels Möller  <nisse@lysator.liu.se>
 
        * configure.ac (LIBHOGWEED_LIBS): cygwin fix, added
index 8c0036c747f453602cea725c01fc1a8df053c7a5..485929b756416a1ace41b7de53888d1509212581 100644 (file)
@@ -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