summaryrefslogtreecommitdiff
path: root/lib/fribidi-common.h
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2017-11-13 17:19:09 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2017-11-16 00:35:08 +0200
commite1c47ff159bb6853e78dda5a59bb137beceda8d2 (patch)
tree92bcb8e6b9d971ad02c2aec03ca49b903dccf0f9 /lib/fribidi-common.h
parent90325b276006f2cf344c77f00db541437345cff9 (diff)
downloadfribidi-e1c47ff159bb6853e78dda5a59bb137beceda8d2.tar.gz
Fix build with -Werror=undef
Pango meson build sets this by default.
Diffstat (limited to 'lib/fribidi-common.h')
-rw-r--r--lib/fribidi-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fribidi-common.h b/lib/fribidi-common.h
index 0dc9c5b..9511d55 100644
--- a/lib/fribidi-common.h
+++ b/lib/fribidi-common.h
@@ -32,7 +32,7 @@
#ifndef _FRIBIDI_COMMON_H
#define _FRIBIDI_COMMON_H
-#if DONT_HAVE_FRIBIDI_CONFIG_H+0
+#ifdef DONT_HAVE_FRIBIDI_CONFIG_H
# define FRIBIDI "fribidi"
# define FRIBIDI_NAME "fribidi"
# define FRIBIDI_VERSION "unknown"
@@ -42,7 +42,7 @@
# include "fribidi-config.h"
#endif /* !DONT_HAVE_FRIBIDI_CONFIG_H */
-#if HAVE_FRIBIDI_CUSTOM_H+0
+#ifdef HAVE_FRIBIDI_CUSTOM_H
# include <fribidi-custom.h>
#endif /* HAVE_FRIBIDI_CUSTOM_H */