summaryrefslogtreecommitdiff
path: root/lib/fribidi-common.h
diff options
context:
space:
mode:
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 */