Skip to content

Commit

Permalink
Fail the configuration if the WORD/DWORD generator doesn't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
david parsons authored and david parsons committed Jan 13, 2011
1 parent 9a8436f commit 73e837f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.inc
Expand Up @@ -899,7 +899,7 @@ EOF
fi
case "$rc" in
0) TLOG "" ;;
*) TLOG " ** FAILED **" ;;
*) AC_FAIL " ** FAILED **" ;;
esac
rm -f /tmp/pd$$ /tmp/pd$$.c
}
Expand Down

0 comments on commit 73e837f

Please sign in to comment.