mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
fix minor configure error for debug builds
This commit is contained in:
@ -23,5 +23,5 @@
|
||||
|
||||
AC_DEFUN([AX_APPEND_TO_FILE],[
|
||||
AC_REQUIRE([AX_FILE_ESCAPES])
|
||||
printf "$2\n" >> "$1"
|
||||
printf -- "$2\n" >> "$1"
|
||||
])
|
||||
|
Reference in New Issue
Block a user