X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.in;h=993a35204feb3739c8980cb9012c4207786296da;hb=b0f66784a8a6fff0708c7ffd4931bff519869541;hp=01e631455b84004a02343ac2e4ba42fdc02bc802;hpb=657a8d7401e72525fd59787b3e1238ff01b64682;p=fw%2Fsdcc diff --git a/configure.in b/configure.in index 01e63145..993a3520 100755 --- a/configure.in +++ b/configure.in @@ -628,7 +628,7 @@ mv ports ports.build # Generating output files # =========================================================================== test $OPT_DISABLE_SDCPP = 0 && AC_CONFIG_SUBDIRS(support/cpp2) -test $OPT_DISABLE_PACKIHX = 0 && AC_CONFIG_SUBDIRS(packihx) +test $OPT_DISABLE_PACKIHX = 0 && AC_CONFIG_SUBDIRS(support/packihx) test $OPT_DISABLE_UCSIM = 0 && AC_CONFIG_SUBDIRS(sim/ucsim) AC_CONFIG_FILES([doc/Makefile])