We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b7144 commit 97a7359Copy full SHA for 97a7359
1 file changed
configure.ac
@@ -3137,8 +3137,10 @@ AS_IF([test "x$with_cryptoauthlib" != "xno"], [
3137
LDFLAGS="$CRYPTOAUTHLIB_LIBS $LDFLAGS"
3138
LIBS="$CRYPTOAUTHLIB_LIBS $LIBS"
3139
cryptoauthlib_found="pkg-config"
3140
- ], [
3141
- # Method 2: Manual search
+ ], [:])
+
3142
+ # Method 2: Manual search if pkg-config failed
3143
+ AS_IF([test "x$cryptoauthlib_found" = "xno"], [
3144
AS_IF([test "x$with_cryptoauthlib" = "xyes"], [
3145
search_dirs="/usr /usr/local"
3146
], [
0 commit comments