diff --git a/ChangeLog b/ChangeLog
index ce5473f4d69611afbd5ccac01c54409fd35e490d..d846a74d035d2a36c9425be34b0b0cd1c2be3570 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 8c0036c747f453602cea725c01fc1a8df053c7a5..485929b756416a1ace41b7de53888d1509212581 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