aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-06-29 13:25:38 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-06-29 13:36:12 +0300
commit1262e69fbabf585eb92f8abbf4e53bc32dde90d8 (patch)
treeffce1194f053fb2b9702c56edd8a176b22b0081c /contrib/tools
parent9158d9115725ca7f4ada745ec55eddd5747bc61e (diff)
downloadydb-1262e69fbabf585eb92f8abbf4e53bc32dde90d8.tar.gz
Remove unused sysincl spec for relocatable.h
0045c9e232732fd10d0dd4a22447ff755c037740
Diffstat (limited to 'contrib/tools')
-rw-r--r--contrib/tools/m4/lib/localcharset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/m4/lib/localcharset.c b/contrib/tools/m4/lib/localcharset.c
index 2c31399da5..212eb12e1f 100644
--- a/contrib/tools/m4/lib/localcharset.c
+++ b/contrib/tools/m4/lib/localcharset.c
@@ -71,7 +71,7 @@
#endif
#if ENABLE_RELOCATABLE
-# include "relocatable.h"
+# error #include "relocatable.h"
#else
# define relocate(pathname) (pathname)
#endif