mirror of
https://github.com/tstack/lnav
synced 2024-11-19 15:25:34 +00:00
[build] autogen
This commit is contained in:
parent
b9c8e18611
commit
82dbc1dad1
2
configure
vendored
2
configure
vendored
@ -7695,6 +7695,7 @@ fi
|
||||
saved_CFLAGS=$CFLAGS
|
||||
saved_CPPFLAGS=$CPPFLAGS
|
||||
saved_LDFLAGS=$LDFLAGS
|
||||
saved_LIBS=$LIBS
|
||||
case "$with_readline" in #(
|
||||
no) :
|
||||
as_fn_error $? "readline required to build" "$LINENO" 5 ;; #(
|
||||
@ -7891,6 +7892,7 @@ fi
|
||||
CFLAGS=$saved_CFLAGS
|
||||
CPPFLAGS=$saved_CPPFLAGS
|
||||
LDFLAGS=$saved_LDFLAGS
|
||||
LIBS=$saved_LIBS
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user