Skip to content
Snippets Groups Projects
Commit f52db46f authored by Patrick Baudin's avatar Patrick Baudin
Browse files

[Configure] Removes Fc_config.lablgtk

parent bb680ec1
No related branches found
No related tags found
No related merge requests found
...@@ -51,8 +51,8 @@ let dump_to_json () = ...@@ -51,8 +51,8 @@ let dump_to_json () =
"major_version", `Int Fc_config.major_version ; "major_version", `Int Fc_config.major_version ;
"minor_version", `Int Fc_config.minor_version ; "minor_version", `Int Fc_config.minor_version ;
"is_gui", `Bool Fc_config.is_gui ; "is_gui", `Bool Fc_config.is_gui ;
"lablgtk", `String Fc_config.lablgtk ; (* "lablgtk", `String Fc_config.lablgtk ;
(* "ocamlc", `String Fc_config.ocamlc ; * "ocamlc", `String Fc_config.ocamlc ;
* "ocamlopt", `String Fc_config.ocamlopt ; *) * "ocamlopt", `String Fc_config.ocamlopt ; *)
"ocaml_wflags", `String Fc_config.ocaml_wflags ; "ocaml_wflags", `String Fc_config.ocaml_wflags ;
"datadir", `String (Fc_config.datadir:>string) ; "datadir", `String (Fc_config.datadir:>string) ;
......
...@@ -32,8 +32,6 @@ let minor_version = @MINOR_VERSION@ ...@@ -32,8 +32,6 @@ let minor_version = @MINOR_VERSION@
let is_gui = Frama_c_very_first.Gui_init.is_gui let is_gui = Frama_c_very_first.Gui_init.is_gui
let lablgtk = "@LABLGTK@"
let ocaml_wflags = "@WARNINGS@" let ocaml_wflags = "@WARNINGS@"
let datadirs = (List.map Filepath.Normalized.of_string Config_data.Sites.share) let datadirs = (List.map Filepath.Normalized.of_string Config_data.Sites.share)
let datadir = List.hd (List.rev datadirs) let datadir = List.hd (List.rev datadirs)
......
...@@ -48,10 +48,6 @@ val is_gui: bool ...@@ -48,10 +48,6 @@ val is_gui: bool
@since frama-c-trunk not anymore a reference @since frama-c-trunk not anymore a reference
*) *)
val lablgtk: string
(** Name of the lablgtk version against which Frama-C has been compiled.
blank if only command-line mode is available. *)
val ocaml_wflags: string val ocaml_wflags: string
(** Warning flags used when compiling Frama-C. (** Warning flags used when compiling Frama-C.
@since Chlorine-20180501 *) @since Chlorine-20180501 *)
......
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