mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
fix for distcheck
configure.in: fix the test for distcheck
This commit is contained in:
@ -80,7 +80,7 @@ inline int lex_casecmp(const char *s, const char *t, uint len)
|
||||
return (int) len+1;
|
||||
}
|
||||
|
||||
#include "lex_hash.h"
|
||||
#include <lex_hash.h>
|
||||
|
||||
|
||||
void lex_init(void)
|
||||
|
Reference in New Issue
Block a user