From 2dd1617947c9c16cdc5b5acdcdf558ecfee13223 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Mon, 23 Apr 2001 17:00:06 +0000 Subject: [PATCH] error message if ./configure wasn't ran git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@592 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mplayer.c b/mplayer.c index 443026a72e..6f4a0b59df 100644 --- a/mplayer.c +++ b/mplayer.c @@ -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"