Skip to content
Snippets Groups Projects
Commit 0754cf76 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[configure] fix issue with detection of gtksourceview for older OCaml install

parent a543ae96
No related branches found
No related tags found
No related merge requests found
......@@ -967,7 +967,7 @@ if test "$SOURCEVIEW_PATH" = ""; then
echo "Ocamlfind -> using $LABLGTK_PATH"
LABLGTKPATH_FOR_CONFIGURE=$LABLGTK_PATH
fi;
SOURCEVIEW_PATH=$LABLGTK_PATH;
SOURCEVIEW_PATH=$LABLGTKPATH_FOR_CONFIGURE;
else
LABLGTK_VERSION=3
echo "ocamlfind -> using $LABLGTK_PATH"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment