X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=configure.in;h=0adc97018dd98f566cf6b724f27a67862f260a08;hp=d9a91330143d7e35ae31bc5c34a3ef771184bfc2;hb=406c70f1fe88c94c66489604eb8337d1e54043b9;hpb=1442cbcfa262a16eac31092c0da2e59805deeaa2 diff --git a/configure.in b/configure.in index d9a9133..0adc970 100644 --- a/configure.in +++ b/configure.in @@ -179,7 +179,7 @@ AC_ARG_ENABLE([debug], if test "x$DEBUG" = "xyes"; then OCAMLBUILDFLAGS="$OCAMLBUILDFLAGS -tag debug" - CAMLP4FLAGS="$CAMLP4FLAGS -D DEBUG" + CAMLP4FLAGS="$CAMLP4FLAGS ppopt\(-D\) ppopt\(DEBUG\)" fi #profiling @@ -200,7 +200,7 @@ AC_ARG_ENABLE([trace], [TRACE=no]) if test "x$TRACE" = "xyes"; then - CAMLP4FLAGS="$CAMLP4FLAGS -D HTMLTRACE" + CAMLP4FLAGS="$CAMLP4FLAGS ppopt\(-D\) ppopt\(HTMLTRACE\)" fi #inlining @@ -217,7 +217,7 @@ AC_ARG_ENABLE([unsafe], [UNSAFE=0]) if test "x$UNSAFE" = "xyes"; then - CAMLP4FLAGS="$CAMLP4FLAGS -unsafe" + CAMLP4FLAGS="$CAMLP4FLAGS ppopt\(-unsafe\)" fi