From: ellson Date: Tue, 18 Oct 2005 21:05:25 +0000 (+0000) Subject: find ocaml includes in /usr/lib64/ocaml on x86_64 X-Git-Tag: LAST_LIBGRAPH~32^2~7112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0dcb072fe9cffdcf27fef23a50da3baff0f4a608;p=graphviz find ocaml includes in /usr/lib64/ocaml on x86_64 --- diff --git a/configure.ac b/configure.ac index f16358b55..967c789f3 100644 --- a/configure.ac +++ b/configure.ac @@ -377,8 +377,8 @@ if test "x$OCAML" = "x"; then HAVE_OCAML=0 else HAVE_OCAML=1 - OCAML_INCLUDES=-I/usr/lib/ocaml - OCAML_LIBS=-L/usr/lib/ocaml + OCAML_INCLUDES=-I/usr/lib$LIBPOSTFIX/ocaml + OCAML_LIBS=-L/usr/lib$LIBPOSTFIX/ocaml fi save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS $OCAML_INCLUDES"