From 90422c9f5e544ed5213886c38f3c00af6acfaa36 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 5 Mar 2012 09:00:00 +0100 Subject: [PATCH] Do not assume the include dir for nspr to be nspr. On F16 it's nspr4. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 6253f3dccf..9335479328 100644 --- a/configure.in +++ b/configure.in @@ -1031,7 +1031,7 @@ AC_CHECK_HEADER(pcap.h,,[AC_ERROR(pcap.h not found ...)]) CPPFLAGS="${CPPFLAGS} -I${with_libnspr_includes}" fi - AC_CHECK_HEADER(nspr/nspr.h,NSPR="yes",NSPR="no") + AC_CHECK_HEADER(nspr.h,NSPR="yes",NSPR="no") if test "$NSPR" = "yes"; then if test "$with_libnspr_libraries" != "no"; then LDFLAGS="${LDFLAGS} -L${with_libnspr_libraries}" -- 2.47.2