makefiles: Don't create font symlinks when fonts are disabled.
diff --git a/configure.ac b/configure.ac
index fc05f10..25a1313 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2134,10 +2134,10 @@
AC_CONFIG_COMMANDS([include/stamp-h], [echo timestamp > include/stamp-h])
WINE_CONFIG_SYMLINK(dlls/wineps.drv/generic.ppd)
-WINE_CONFIG_SYMLINK(fonts/marlett.ttf)
-WINE_CONFIG_SYMLINK(fonts/symbol.ttf)
-WINE_CONFIG_SYMLINK(fonts/tahoma.ttf)
-WINE_CONFIG_SYMLINK(fonts/tahomabd.ttf)
+WINE_CONFIG_SYMLINK(fonts/marlett.ttf,,enable_fonts)
+WINE_CONFIG_SYMLINK(fonts/symbol.ttf,,enable_fonts)
+WINE_CONFIG_SYMLINK(fonts/tahoma.ttf,,enable_fonts)
+WINE_CONFIG_SYMLINK(fonts/tahomabd.ttf,,enable_fonts)
WINE_CONFIG_SYMLINK(wine,tools/winewrapper)
WINE_CONFIG_EXTRA_DIR(dlls/gdi32/enhmfdrv)