re-added definition of HAVE_VTE, forget it the last time

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@108 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2006-01-06 18:33:47 +00:00
parent f688526d95
commit 9edc1eecb9

View File

@ -63,6 +63,9 @@ want_vte=yes
AC_ARG_ENABLE(vte, [ --enable-vte enable if you want virtual termninal support [[default=yes]]],
[want_vte="$enableval"])
if test "$want_vte" = "yes"; then
AC_DEFINE(HAVE_VTE, 1, [Define if you want VTE support])
fi
# if test "$want_vte" = "yes"; then
# PKG_CHECK_MODULES(VTE, [vte],
# [AC_DEFINE(HAVE_VTE, 1, [Define if you want VTE support])],