head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.04.06.13.46.38; author nia; state Exp; branches; next ; commitid 271PcuMBunWn3UAG; desc @@ 1.1 log @nchat: Initial import. nchat is a multi-protocol terminal-based messaging client. Note: Only the Telegram functionality is available in this package. @ text @$NetBSD$ POSIXification. --- lib/ncutil/ext/sqlite_modern_cpp/configure.orig 2026-04-06 11:16:48.032071516 +0000 +++ lib/ncutil/ext/sqlite_modern_cpp/configure @@@@ -2544,7 +2544,7 @@@@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - if test "" == "" + if test "" = "" then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler flag -Wall works" >&5 $as_echo_n "checking if compiler flag -Wall works... " >&6; } @@@@ -2586,7 +2586,7 @@@@ $as_echo "no" >&6; } fi - if test "" == "" + if test "" = "" then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler flag -Wextra works" >&5 $as_echo_n "checking if compiler flag -Wextra works... " >&6; } @@@@ -2627,7 +2627,7 @@@@ $as_echo "no" >&6; } fi - if test "" == "" + if test "" = "" then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler flag -W works" >&5 $as_echo_n "checking if compiler flag -W works... " >&6; } @@@@ -2668,7 +2668,7 @@@@ $as_echo "no" >&6; } fi - if test "" == "" + if test "" = "" then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler flag -O3 works" >&5 $as_echo_n "checking if compiler flag -O3 works... " >&6; } @@@@ -2709,7 +2709,7 @@@@ $as_echo "no" >&6; } fi - if test "" == "" + if test "" = "" then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler flag -Werror works" >&5 $as_echo_n "checking if compiler flag -Werror works... " >&6; } @@@@ -2750,7 +2750,7 @@@@ $as_echo "no" >&6; } fi - if test "" == "" + if test "" = "" then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler flag -std=c++14 works" >&5 $as_echo_n "checking if compiler flag -std=c++14 works... " >&6; } @@@@ -3350,7 +3350,7 @@@@ fi fi -if test "$sqlite" == "no" +if test "$sqlite" = "no" then as_fn_error $? "sqlite3 not found." "$LINENO" 5 fi @