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

@@ -6,15 +6,13 @@ lib_LTLIBRARIES = libDtWidget.la
AM_CPPFLAGS = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) $(DT_INCDIR)
libDtWidget_la_CFLAGS = -DI18N_MSG -DMULTIBYTE $(FREETYPE_CFLAGS)
libDtWidget_la_CFLAGS = -DI18N_MSG -DMULTIBYTE
libDtWidget_la_LDFLAGS = -version-info 2:1:0
libDtWidget_la_LIBADD = $(FREETYPE_LIBS)
if SOLARIS
libDtWidget_la_CFLAGS += -DNO_REGCOMP
libDtWidget_la_LIBADD += -lc -lw -lintl
libDtWidget_la_LIBADD = -lc -lw -lintl
endif