Skip to content

Commit

Permalink
backport fix for gcc 14
Browse files Browse the repository at this point in the history
  • Loading branch information
hpvb committed Jul 22, 2024
1 parent 343c704 commit aea97d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/kconfig/lxdialog/check-lxdialog.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ trap "rm -f $tmp" 0 1 2 3 15
check() {
$cc -x c - -o $tmp 2>/dev/null <<'EOF'
#include CURSES_LOC
main() {}
int main() {}
EOF
if [ $? != 0 ]; then
echo " *** Unable to find the ncurses libraries or the" 1>&2
Expand Down

0 comments on commit aea97d0

Please sign in to comment.