summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-28 21:55:00 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-28 21:55:00 -0700
commit74d5bc691b3a6dcc2dee99ed8b3c15d781b93843 (patch)
tree29b9a02392d630055d964f2244bf7bac79843184
parentbc9769630b473230e7a403817ec5e82317457f09 (diff)
Remove freetype2 from PKG_CHECK_MODULES list
No direct calls to libfreetype functions or #includes of freetype headers Fixes Solaris ld -z guidance warning: ld: guidance: removal of unused dependency recommended: libfreetype.so.6 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d26c9f7..51fadfb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,7 @@ fi
AM_CONDITIONAL(USE_GETTEXT, test "x$USE_GETTEXT" = "xyes")
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XFD, xaw7 freetype2 fontconfig xft xrender xmu)
+PKG_CHECK_MODULES(XFD, xaw7 fontconfig xft xrender xmu)
PKG_CHECK_MODULES(APPDEFS, xt)
xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt`