diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-06-29 13:25:38 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-06-29 13:36:12 +0300 |
commit | 1262e69fbabf585eb92f8abbf4e53bc32dde90d8 (patch) | |
tree | ffce1194f053fb2b9702c56edd8a176b22b0081c /contrib/tools | |
parent | 9158d9115725ca7f4ada745ec55eddd5747bc61e (diff) | |
download | ydb-1262e69fbabf585eb92f8abbf4e53bc32dde90d8.tar.gz |
Remove unused sysincl spec for relocatable.h
0045c9e232732fd10d0dd4a22447ff755c037740
Diffstat (limited to 'contrib/tools')
-rw-r--r-- | contrib/tools/m4/lib/localcharset.c | 2 |
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 |