aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-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