show warning when VERSION is not defined
This commit is contained in:
parent
71182f486c
commit
c003e4c454
@ -1,8 +1,6 @@
|
|||||||
-I /usr/X11R6/include
|
-pthread
|
||||||
-I /usr/X11R6/lib
|
|
||||||
-I /usr/include/freetype2
|
|
||||||
-DXINERAMA
|
|
||||||
-DINI_ALLOW_MULTILINE=0
|
|
||||||
-I/usr/include/dbus-1.0
|
-I/usr/include/dbus-1.0
|
||||||
-I/usr/lib/dbus-1.0/include
|
-I/usr/lib/dbus-1.0/include
|
||||||
-DVERSION=0
|
-I/usr/include/freetype2
|
||||||
|
-I/usr/include/glib-2.0
|
||||||
|
-I/usr/lib/glib-2.0/include
|
||||||
|
2
dunst.c
2
dunst.c
@ -46,7 +46,7 @@
|
|||||||
#define DEFFONT "Monospace-11"
|
#define DEFFONT "Monospace-11"
|
||||||
|
|
||||||
#ifndef VERSION
|
#ifndef VERSION
|
||||||
#define VERSION 0
|
#define VERSION "version info needed"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MSG 1
|
#define MSG 1
|
||||||
|
@ -374,3 +374,4 @@ void dbus_tear_down(int owner_id)
|
|||||||
{
|
{
|
||||||
g_bus_unown_name(owner_id);
|
g_bus_unown_name(owner_id);
|
||||||
}
|
}
|
||||||
|
/* vim: set ts=8 sw=8 tw=0: */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user