]> jfr.im git - irc/atheme/atheme.git/commitdiff
README: Fix ommission in previous commit
authorAaron Jones <redacted>
Thu, 9 Jan 2020 17:28:24 +0000 (17:28 +0000)
committerAaron Jones <redacted>
Thu, 9 Jan 2020 17:28:24 +0000 (17:28 +0000)
[ci skip]

README.md

index f5d8d06cf787ed066ecd92f3968fa0899b58d24b..66dda898c53bbcf0db98bbdfd4319eba9f3bbf30 100644 (file)
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ pkg-config discovery for those libraries. For example, if you wish to use
 GNU libidn, and it is installed into a default search path for your compiler
 and linker, and you do not have pkg-config installed, execute:
 
-    $ ./configure LIBIDN_CFLAGS="" LIBIDN_LIBS=""
+    $ ./configure LIBIDN_CFLAGS="" LIBIDN_LIBS="-lidn"
 
 If a library relies on populating `LIBFOO_CFLAGS` with some preprocessor
 definitions, or populating `LIBFOO_LIBS` with some library linking flags,