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:
parent
f688526d95
commit
9edc1eecb9
@ -63,6 +63,9 @@ want_vte=yes
|
|||||||
AC_ARG_ENABLE(vte, [ --enable-vte enable if you want virtual termninal support [[default=yes]]],
|
AC_ARG_ENABLE(vte, [ --enable-vte enable if you want virtual termninal support [[default=yes]]],
|
||||||
[want_vte="$enableval"])
|
[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
|
# if test "$want_vte" = "yes"; then
|
||||||
# PKG_CHECK_MODULES(VTE, [vte],
|
# PKG_CHECK_MODULES(VTE, [vte],
|
||||||
# [AC_DEFINE(HAVE_VTE, 1, [Define if you want VTE support])],
|
# [AC_DEFINE(HAVE_VTE, 1, [Define if you want VTE support])],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user