configure: Fix shell portability issue
The == condition is a non-POSIX extension to shell.
It's not supported on NetBSD and it's a fatal error within the pkgsrc
framework, even if the condition might be unused.
Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
Loading
Please register or sign in to comment