don't hardcode gcc in Makefile.in...
This commit is contained in:
parent
4abe0fc945
commit
0b431ba220
|
@ -56,6 +56,7 @@
|
||||||
#if no_x == 'yes' fail ...
|
#if no_x == 'yes' fail ...
|
||||||
|
|
||||||
AC_SUBST(LIBS)
|
AC_SUBST(LIBS)
|
||||||
|
AC_SUBST(CC)
|
||||||
AC_SUBST(x_includes)
|
AC_SUBST(x_includes)
|
||||||
AC_SUBST(x_libraries)
|
AC_SUBST(x_libraries)
|
||||||
AC_SUBST(extra_objects)
|
AC_SUBST(extra_objects)
|
||||||
|
|
Loading…
Reference in New Issue