chiark / gitweb /
autogen.sh: add --with-selinux
[elogind.git] / udev / lib / libudev.h
index cd366c7dfca81692abed23551094dda12227a432..3a1c1bf3ac404a0f8456bedb7897310ff267ce1f 100644 (file)
@@ -21,7 +21,7 @@
 #define _LIBUDEV_H_
 
 /* this will stay as long as the DeviceKit integration of udev is work in progress */
-#if !defined LIBUDEV_COMPILATION && !defined LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
+#if !defined _LIBUDEV_COMPILATION && !defined LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
 #error "#define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE is needed to use this experimental library version"
 #endif