X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=configure.in;fp=configure.in;h=51df22a2538d07d6c7f48fbfecec213bda928b22;hp=9620cffb8ad96cbe57d689b418e0905d6ebe36d7;hb=b0c551aa781667812bbe26df2c1100f76b8de28d;hpb=818b119666360f52e42b9a95ec3949152228d835 diff --git a/configure.in b/configure.in index 9620cff..51df22a 100644 --- a/configure.in +++ b/configure.in @@ -78,7 +78,7 @@ if test "x$ENABLE_LIBFTDIPP" = "x1"; then else AC_MSG_RESULT(no) fi -AC_SUBST(ENABLE_LIBFTDIPP) +AM_CONDITIONAL(HAVE_LIBFTDIPP, [test "x$ENABLE_LIBFTDIPP" = "x1"]) dnl check for doxygen AC_PATH_PROG(DOXYGEN, doxygen)