The unified diff between revisions [43e7de9b..] and [23b40306..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'configure.ac'
# # # patch "configure.ac" # from [94018884ff050efb9a30a168b91a2b63de32e859] # to [8891206c39faf3d7cba8e4967f00aa06120b193c] # ============================================================ --- configure.ac 94018884ff050efb9a30a168b91a2b63de32e859 +++ configure.ac 8891206c39faf3d7cba8e4967f00aa06120b193c @@ -11,7 +11,7 @@ AC_ARG_WITH([lablgtk-dir], # Check LablGTK AC_ARG_WITH([lablgtk-dir], - AS_HELP_STRING([--with-lablgtk-dir], + AS_HELP_STRING([--with-lablgtk-dir=], [specify location of lablgtk library]), LABLGTK_DIR=$withval) AC_CHECK_OCAML_MODULE(lablgtk, LABLGTK_DIR, GFile, +lablgtk2 +lablgtk) @@ -20,7 +20,7 @@ Could not find LablGTK. Make sure LablGT AC_MSG_ERROR([ Could not find LablGTK. Make sure LablGTK >= 2.4.0 is installed and -specify its location to configure with the `--with-lablgtk-dir' +specify its location to configure with the `--with-lablgtk-dir=' option.]) fi LABLGTK_DIR=$(echo $LABLGTK_DIR | sed "s@^+@$OCAMLLIB/@")