8217979: lib-freetype related configure messages contain wrong configure flag names
authormbaesken
Tue, 29 Jan 2019 15:19:43 +0100
changeset 53561 3f4b89a17892
parent 53560 b92b0baa7afd
child 53562 0d9dee001667
child 57135 91c2721ab63c
8217979: lib-freetype related configure messages contain wrong configure flag names Reviewed-by: erikj, prr
make/autoconf/lib-freetype.m4
--- a/make/autoconf/lib-freetype.m4	Tue Jan 29 16:48:20 2019 -0800
+++ b/make/autoconf/lib-freetype.m4	Tue Jan 29 15:19:43 2019 +0100
@@ -102,7 +102,7 @@
 
   if (test "x$with_freetype_include" = "x"  && test "x$with_freetype_lib" != "x") || \
      (test "x$with_freetype_include" != "x"  && test "x$with_freetype_lib" = "x"); then
-       AC_MSG_ERROR(['must specify both or neither of --with_freetype_include and --with_freetype_lib])
+       AC_MSG_ERROR(['must specify both or neither of --with-freetype-include and --with-freetype-lib])
   fi
 
   FREETYPE_TO_USE=bundled
@@ -115,7 +115,7 @@
     elif (test "x$with_freetype" = "xbundled"); then
       FREETYPE_TO_USE=bundled
       if (test "x$with_freetype_include" != "x"  || test "x$with_freetype_lib" != "x"); then
-        AC_MSG_ERROR(['bundled' cannot be specified with --with_freetype_include and --with_freetype_lib])
+        AC_MSG_ERROR(['bundled' cannot be specified with --with-freetype-include and --with-freetype-lib])
       fi
     else
        AC_MSG_ERROR(['valid values for --with-freetype are 'system' and 'bundled'])