summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index e293fb85dc..221c88dd18 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -883,7 +883,7 @@ void list_codecs(int audioflag){
/*
* Fake out GUI references when building the codecs2html utility.
*/
-#ifdef HAVE_NEW_GUI
+#ifdef CONFIG_GUI
void gtkMessageBox( int type,char * str ) { return; }
int use_gui = 0;
#endif