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"