diff mplayer.c @ 591:d4e467a0b942

error message if ./configure wasn't ran
author arpi_esp
date Mon, 23 Apr 2001 17:00:06 +0000
parents 8511095c5283
children 12922295d3a8
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"