error message if ./configure wasn't ran

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@592 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-04-23 17:00:06 +00:00
parent a117de685c
commit 2dd1617947
1 changed files with 6 additions and 0 deletions

View File

@ -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"