aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonate2003-05-26 10:42:58 +0000
committermonate2003-05-26 10:42:58 +0000
commit27a256cab4d26872344870cdfba52a7a49dd8107 (patch)
tree4aca1f43a79696ef73fa589b4d3414c449bf697c
parent9d631dff827b656516d735159d39c72c0fddfc5f (diff)
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4077 85f007b7-540e-0410-9357-904b9bb8a0f7
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index eaaa62fac8..1210687139 100755
--- a/configure
+++ b/configure
@@ -319,7 +319,7 @@ esac
if [ "$coqide_spec" = "no" ] ; then
if test -x ${CAMLLIB}/lablgtk2; then
- if grep -q -w convert_with_fallbacks ${CAMLLIB}/lablgtk2/glib.mli; then
+ if grep -q -w convert_with_fallback ${CAMLLIB}/lablgtk2/glib.mli; then
COQIDE=byte
# native threads
if test -f ${CAMLLIB}/threads/threads.cmxa; then