aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aspuru Guzik <pquim@src.gnome.org>1999-03-17 09:45:27 +0800
committerAlan Aspuru Guzik <pquim@src.gnome.org>1999-03-17 09:45:27 +0800
commit20962a027cc8482ef17f610c59df237382b2f3c0 (patch)
tree505870825f970290a2b7b1eeb8d5267c57b132e2
parent35a4e49caab734728e0c227e1ae83baed7788c29 (diff)
downloadgsoc2013-evolution-20962a027cc8482ef17f610c59df237382b2f3c0.tar
gsoc2013-evolution-20962a027cc8482ef17f610c59df237382b2f3c0.tar.gz
gsoc2013-evolution-20962a027cc8482ef17f610c59df237382b2f3c0.tar.bz2
gsoc2013-evolution-20962a027cc8482ef17f610c59df237382b2f3c0.tar.lz
gsoc2013-evolution-20962a027cc8482ef17f610c59df237382b2f3c0.tar.xz
gsoc2013-evolution-20962a027cc8482ef17f610c59df237382b2f3c0.tar.zst
gsoc2013-evolution-20962a027cc8482ef17f610c59df237382b2f3c0.zip
se arreglaron las graficas de la funcion de onda, por lo menos el HO jala bien con variacional
adios el rulo svn path=/trunk/; revision=762
-rw-r--r--macros/gnome-x-checks.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4
index 1e397ef8e3..0aab99c8f3 100644
--- a/macros/gnome-x-checks.m4
+++ b/macros/gnome-x-checks.m4
@@ -15,7 +15,7 @@ dnl gnome_cv_passdown_{x_libs,X_LIBS,X_CFLAGS}
dnl
AC_DEFUN([GNOME_X_CHECKS],
[
- AM_PATH_GTK(1.2.0,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path))
+ AM_PATH_GTK(1.1.16,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path))
dnl Hope that GTK_CFLAGS have only -I and -D. Otherwise, we could
dnl test -z "$x_includes" || CPPFLAGS="$CPPFLAGS -I$x_includes"
dnl