]> sjero.net Git - wget/blobdiff - src/build_info.c
Fix a double quoting
[wget] / src / build_info.c
index e330b653a5e5e740ed69e83f3ba6ee104c99dcc2..542fed8a3c529400007345c2f984ba59cc3dd42e 100644 (file)
@@ -30,7 +30,7 @@ Corresponding Source for a non-source form of such a combination
 shall include the source code for the parts of OpenSSL used as well
 as that of the covered work.  */
 
-#include "config.h"
+#include "wget.h"
 #include <stdio.h>
 
 char *system_wgetrc = SYSTEM_WGETRC;
@@ -100,6 +100,13 @@ const char* (compiled_features[]) =
 #else
   "-gettext",
 #endif
+
+#ifdef ENABLE_IRI
+  "+iri",
+#else
+  "-iri",
+#endif
+
   /* sentinel value */
   NULL
 };