Skip to content

Commit

Permalink
Reconfigure
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jul 14, 2024
1 parent ecd5a27 commit f8acc61
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72 for curl-impersonate 0.7.1.
#
# Report bugs to <[email protected], [email protected]>.
# Report bugs to <[email protected]>.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
Expand Down Expand Up @@ -269,11 +269,11 @@ then :
printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
else
printf "%s\n" "$0: Please tell [email protected] and [email protected],
$0: [email protected] about your system, including any error
$0: possibly output before this message. Then install a
$0: modern shell, or manually run the script under such a
$0: shell if you do have one."
printf "%s\n" "$0: Please tell [email protected] and [email protected]
$0: about your system, including any error possibly output
$0: before this message. Then install a modern shell, or
$0: manually run the script under such a shell if you do
$0: have one."
fi
exit 1
fi ;;
Expand Down Expand Up @@ -605,7 +605,7 @@ PACKAGE_NAME='curl-impersonate'
PACKAGE_TARNAME='curl-impersonate'
PACKAGE_VERSION='0.7.1'
PACKAGE_STRING='curl-impersonate 0.7.1'
PACKAGE_BUGREPORT='[email protected], [email protected]'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''

ac_subst_vars='LTLIBOBJS
Expand Down Expand Up @@ -1360,7 +1360,7 @@ Some influential environment variables:
Use these variables to override the choices made by 'configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to <[email protected], [email protected]>.
Report bugs to <[email protected]>.
_ACEOF
ac_status=$?
fi
Expand Down Expand Up @@ -4199,7 +4199,7 @@ fi
if # If building for android
test x"$build_for_android" = xyes
then :
EXTRA_CMAKE_FLAGS="-DANDROID_ABI=${TARGET} -DANDROID_PLATFORM=android-${API} -DCMAKE_TOOLCHAIN_FILE=${NDK}/build/cmake/android.toolchain.cmake"
EXTRA_CMAKE_FLAGS="-DANDROID_ABI=arm64-v8a -DANDROID_PLATFORM=android-${API} -DCMAKE_TOOLCHAIN_FILE=${NDK}/build/cmake/android.toolchain.cmake"
else case e in #(
e) EXTRA_CMAKE_FLAGS=""
;;
Expand Down Expand Up @@ -5084,7 +5084,7 @@ Usage: $0 [OPTION]... [TAG]...
Configuration files:
$config_files
Report bugs to <[email protected], [email protected]>."
Report bugs to <[email protected]>."
_ACEOF
ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
Expand Down

0 comments on commit f8acc61

Please sign in to comment.