X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=configure;h=16f510c7e9cb6924a7b3129aed5a45083ee955cb;hp=37a5294b58e1d804f6bd065da86d16b8c3a21209;hb=a3203cf4f2f21b0f2f74c5e494e3f5ba58225eae;hpb=55a2d0dc822079287304932ad20f276f03735cd0 diff --git a/configure b/configure index 37a5294b..16f510c7 100755 --- a/configure +++ b/configure @@ -77,6 +77,7 @@ config_mak="config.mak" fail() { echo "$@" + if test -n "$DUMP_CONFIG_LOG"; then cat config.log; fi exit 1 }