configure: remove freetype checks, we do not need freetype anymore

This commit is contained in:
Jon Trulson
2021-07-08 16:35:51 -06:00
parent 10eb1ef8e0
commit cc60fb8241
4 changed files with 8 additions and 37 deletions

View File

@@ -14,12 +14,11 @@ dist_bin_SCRIPTS = dtfile_error
dtfile_CPPFLAGS = -I./dtcopy -DSHAPE -D_ILS_MACROS -DSUN_PERF \
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \
-DKORNSHELL=\"$(KSH)\" $(FREETYPE_CFLAGS)
-DKORNSHELL=\"$(KSH)\"
dtfile_LDADD = dtcopy/sharedFuncs.o \
dtcopy/fsrtns.o \
$(DTCLIENTLIBS) $(TIRPCLIB) -lXm -lXext $(FREETYPE_LIBS) \
$(XTOOLLIB)
$(DTCLIENTLIBS) $(TIRPCLIB) -lXm -lXext $(XTOOLLIB)
if OPENBSD
dtfile_CPPFLAGS += -DFILE_MAP_OPTIMIZE