Commit e3b9c804 authored by serg@serg.mylan's avatar serg@serg.mylan

fix for distcheck

parent 601d7076
......@@ -2336,7 +2336,8 @@ AC_ARG_WITH(libedit,
[ with_libedit=$withval ],
[ with_libedit=undefined ]
)
if test -z "$with_readline$with_libedit" -a ! -e cmd-line-utils
if test "$with_readline/$with_libedit" = "undefined/undefined" -a ! -e "$srcdir/cmd-line-utils"
then
with_readline=no
with_libedit=no
......
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment