]> granicus.if.org Git - graphviz/commitdiff
find ocaml includes in /usr/lib64/ocaml on x86_64
authorellson <devnull@localhost>
Tue, 18 Oct 2005 21:05:25 +0000 (21:05 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 21:05:25 +0000 (21:05 +0000)
configure.ac

index f16358b55e4bcbfdc40f45dc04e71803f3de0564..967c789f3d1a60b62391414d0a249b8c117b4b47 100644 (file)
@@ -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"