1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r19089: normalize KRB5_LIBS too

metze
(This used to be commit c7788f6c71)
This commit is contained in:
Stefan Metzmacher 2006-10-05 07:39:25 +00:00 committed by Gerald (Jerry) Carter
parent 4e47aef017
commit 11d219f1a1

View File

@ -5815,6 +5815,7 @@ fi
dnl Remove -L/usr/lib/? from LDFLAGS and LIBS
LIB_REMOVE_USR_LIB(LDFLAGS)
LIB_REMOVE_USR_LIB(LIBS)
LIB_REMOVE_USR_LIB(KRB5_LIBS)
dnl Remove -I/usr/include/? from CFLAGS and CPPFLAGS
CFLAGS_REMOVE_USR_INCLUDE(CFLAGS)