Skip to content

Commit

Permalink
Configure fix for CC that's not in path.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Aug 23, 2009
1 parent f46e5e0 commit d747f59
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 @@ -364,7 +364,7 @@ then
AC_DEFINE([_GNU_SOURCE],[1],[find sigignore on Linux])
elif test "$GCC" = "yes"
then
GCC_VERSION=`gcc -dumpversion`
GCC_VERSION=`$CC -dumpversion`
CFLAGS="$CFLAGS -Wall -Werror -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls"
case $GCC_VERSION in
4.4.*)
Expand Down

0 comments on commit d747f59

Please sign in to comment.