diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2019-06-02 13:30:21 +0900 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2019-06-02 13:30:21 +0900 |
commit | 2ae0c7a434dcdcc53e2ccfc758093714b0695c3b (patch) | |
tree | b0a4ee4d142be9b3c171f933c43233ae303d6c0f /configure.ac | |
parent | 1ab69630dcb8c7a1b1b4171211a7c8ebf11b0d1c (diff) | |
download | emacs-2ae0c7a434dcdcc53e2ccfc758093714b0695c3b.tar.gz emacs-2ae0c7a434dcdcc53e2ccfc758093714b0695c3b.tar.bz2 emacs-2ae0c7a434dcdcc53e2ccfc758093714b0695c3b.zip |
Revert previous commit
This reverts commit 1ab69630dcb8c7a1b1b4171211a7c8ebf11b0d1c.
It has a wrong commit message.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index bd51f54212c..b228571c177 100644 --- a/configure.ac +++ b/configure.ac @@ -3413,13 +3413,6 @@ if test "${HAVE_X11}" = "yes"; then if test "${HAVE_FREETYPE}" = "yes"; then AC_DEFINE(HAVE_FREETYPE, 1, [Define to 1 if using the freetype and fontconfig libraries.]) - OLD_CFLAGS=$CFLAGS - OLD_LIBS=$LIBS - CFLAGS="$CFLAGS $FREETYPE_CFLAGS" - LIBS="$FREETYPE_LIBS $LIBS" - AC_CHECK_FUNCS(FT_Face_GetCharVariantIndex) - CFLAGS=$OLD_CFLAGS - LIBS=$OLD_LIBS if test "${with_libotf}" != "no"; then EMACS_CHECK_MODULES([LIBOTF], [libotf]) if test "$HAVE_LIBOTF" = "yes"; then |