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=5d53bb85b964495d5aa08f142abfad980f14f2d1;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 }