Skip to content

Commit

Permalink
configure fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Jul 6, 2020
1 parent c0b3455 commit 0554225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.seed
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ LT_INIT

SYSTEM=`uname -s`
if test $SYSTEM = "Darwin"; then
AC_PROG_CC(clang gcc)
dnl> AC_PROG_CC(clang gcc)
AM_PROG_CC_C_O(clang gcc)
AC_PROG_CXX(clang++ g++)
AC_PROG_CC_STDC(clang gcc)
else
AC_PROG_CC
dnl> AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CXX
AC_PROG_CC_STDC
Expand Down

0 comments on commit 0554225

Please sign in to comment.