Skip to content

Commit

Permalink
Make the ObjC support conditional to darwin.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Feb 24, 2022
1 parent e847034 commit ecff97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ AC_LANG([C++])
ACX_USE_SYSTEM_EXTENSIONS
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AM_CONDITIONAL(GCC, test "$GCC" = yes) # let the Makefile know if we're gcc
AC_PROG_OBJC
AS_CASE([$target_os], [darwin*], [AC_PROG_OBJC])

# test_util.cc takes forever to compile with GCC and optimization turned on.
AC_MSG_CHECKING([C++ compiler flags...])
Expand Down

0 comments on commit ecff97f

Please sign in to comment.