Mercurial > mplayer.hg
changeset 591:d4e467a0b942
error message if ./configure wasn't ran
author | arpi_esp |
---|---|
date | Mon, 23 Apr 2001 17:00:06 +0000 |
parents | 3f96fe86493d |
children | 13868d43269a |
files | mplayer.c |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Mon Apr 23 16:13:46 2001 +0000 +++ b/mplayer.c Mon Apr 23 17:00:06 2001 +0000 @@ -25,6 +25,12 @@ #include "version.h" #include "config.h" +#ifndef OUTBURST +#error "=============================================" +#error "Please re-run ./configure and then try again!" +#error "=============================================" +#endif + #include "cfgparser.h" #include "cfg-mplayer-def.h"