mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
rik's patch to only include kerberos/include on red hat
svn:r1920
This commit is contained in:
+5
-1
@@ -5,7 +5,11 @@ AM_CONFIG_HEADER(orconfig.h)
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include"
|
||||
CFLAGS="$CFLAGS -Wall -g -O2"
|
||||
|
||||
if test -f /etc/redhat-release; then
|
||||
CFLAGS="$CFLAGS -I/usr/kerberos/include"
|
||||
fi
|
||||
|
||||
AC_ARG_ENABLE(debug,
|
||||
[ --enable-debug compiles with debugging info],
|
||||
|
||||
Reference in New Issue
Block a user