Empty DIRECTWRITE_LIBS
authorCarlo Bramini <30959007+carlo-bramini@users.noreply.github.com>
Sun, 30 Jun 2019 13:06:30 +0000 (15:06 +0200)
committerGitHub <noreply@github.com>
Sun, 30 Jun 2019 13:06:30 +0000 (15:06 +0200)
Not used anymore since DWRITE is loaded dynamically.

configure.ac

index 0dc672a..09ce4e6 100644 (file)
@@ -376,7 +376,7 @@ if test "x$with_directwrite" = "xyes" -a "x$have_directwrite" != "xtrue"; then
 fi
 if $have_directwrite; then
        DIRECTWRITE_CXXFLAGS=
-       DIRECTWRITE_LIBS="-ldwrite"
+       DIRECTWRITE_LIBS=
        AC_SUBST(DIRECTWRITE_CXXFLAGS)
        AC_SUBST(DIRECTWRITE_LIBS)
        AC_DEFINE(HAVE_DIRECTWRITE, 1, [Have DirectWrite library])