]> matita.cs.unibo.it Git - helm.git/commitdiff
No check for lablgtk2.
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 12 Jan 2006 13:32:02 +0000 (13:32 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Thu, 12 Jan 2006 13:32:02 +0000 (13:32 +0000)
helm/matita/configure.ac

index f448eb76751852b64b10abcb7479ec7752034e4f..a9641c8fc80644dd96af8c34a0c23789fa9c6837 100644 (file)
@@ -20,12 +20,12 @@ if test $HAVE_OCAMLFIND = "yes"; then
 else
   AC_MSG_ERROR(could not find ocamlfind)
 fi
-AC_CHECK_PROG(HAVE_LABLGLADECC, lablgladecc2, yes, no)
-if test $HAVE_LABLGLADECC = "yes"; then
-  LABLGLADECC="lablgladecc2"
-else
-  AC_MSG_ERROR(could not find lablgladecc2)
-fi
+#AC_CHECK_PROG(HAVE_LABLGLADECC, lablgladecc2, yes, no)
+#if test $HAVE_LABLGLADECC = "yes"; then
+  #LABLGLADECC="lablgladecc2"
+#else
+  #AC_MSG_ERROR(could not find lablgladecc2)
+#fi
 AC_CHECK_PROG(HAVE_CAMLP4O, camlp4o, yes, no)
 if test $HAVE_CAMLP4O = "yes"; then
   CAMLP4O="camlp4o"