Commit d87c7f9d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix warning

parent 10d06d38
......@@ -1690,7 +1690,7 @@ vlc_module_begin();
add_bool( "file-logging", VLC_FALSE, NULL, FILE_LOG_TEXT, FILE_LOG_LONGTEXT,
VLC_TRUE );
change_need_restart();
#if HAVE_SYSLOG_H
#ifdef HAVE_SYSLOG_H
add_bool ( "syslog", VLC_FALSE, NULL, SYSLOG_TEXT, SYSLOG_LONGTEXT,
VLC_TRUE );
change_need_restart();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment