diff options
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c4b98519..4e9cffde 100755 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ AC_CHECK_LIB(SDL_net, SDLNet_Init, , AC_MSG_ERROR([ *** Unable to find SDL_net library])) AC_CHECK_LIB(png, png_write_info, , -ACMSG_ERROR([ ** Unable to find png library])) +AC_MSG_ERROR([ *** Unable to find png library])) # Checks for header files. AC_HEADER_STDC |