don't harcode /usr/local/include

- fix for #315060
merge-requests/1/head
Stéphane Voltz 2015-08-08 21:36:52 +02:00
rodzic 1f1385ea67
commit 07d8b48097
2 zmienionych plików z 0 dodań i 2 usunięć

1
configure vendored
Wyświetl plik

@ -5192,7 +5192,6 @@ else
fi
INCLUDES="${INCLUDES} -I/usr/local/include"
if test "${ac_cv_c_compiler_gnu}" = "yes"; then

Wyświetl plik

@ -82,7 +82,6 @@ AM_CONDITIONAL(CROSS_COMPILING, test x$cross_compiling = xyes)
dnl ***********************************************************************
dnl set compiler/linker flags
dnl ***********************************************************************
INCLUDES="${INCLUDES} -I/usr/local/include"
AC_SUBST(INCLUDES)
SANE_SET_CFLAGS([$is_release])
SANE_SET_LDFLAGS