mirror of
https://github.com/SwallowOS/xorg_lib_libfontenc
synced 2025-11-04 22:11:16 +08:00
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls AC_PROG_C_C99. This sets gcc with -std=gnu99. If AC_PROG_CC macro is called afterwards, it resets CC to gcc. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
@@ -37,7 +37,6 @@ XORG_DEFAULT_OPTIONS
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
# Check for progs
|
||||
AC_PROG_CC
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
# Require X.Org's font util macros 1.1 or later for XORG_FONTROOTDIR
|
||||
|
||||
Reference in New Issue
Block a user