From 0dcb072fe9cffdcf27fef23a50da3baff0f4a608 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Oct 2005 21:05:25 +0000 Subject: [PATCH] find ocaml includes in /usr/lib64/ocaml on x86_64 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.50.1