summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Aspuru Guzik <pquim@src.gnome.org>1999-03-17 01:45:27 +0000
committerAlan Aspuru Guzik <pquim@src.gnome.org>1999-03-17 01:45:27 +0000
commit742df7f2b92bb40954ef605e8cbdb96d856c9d49 (patch)
tree19e3c5dbfecec4ee16a9e049e2752076f2a0d284
parentcc62717e214edcebd894ac83b67b82686357189c (diff)
downloadgnome-common-742df7f2b92bb40954ef605e8cbdb96d856c9d49.tar.gz
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=712
-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 1e397ef..0aab99c 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