summaryrefslogtreecommitdiffstats
path: root/m4/nspr.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/nspr.m4')
-rw-r--r--m4/nspr.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/nspr.m4 b/m4/nspr.m4
index 72eee27f..50da5ba7 100644
--- a/m4/nspr.m4
+++ b/m4/nspr.m4
@@ -1,5 +1,5 @@
# BEGIN COPYRIGHT BLOCK
-# Copyright (C) 2006 Red Hat, Inc.
+# Copyright (C) 2007 Red Hat, Inc.
# All rights reserved.
#
# This program is free software; you can redistribute it and/or
@@ -73,8 +73,8 @@ AC_MSG_RESULT(no))
# last resort
if test -z "$nspr_inc" -o -z "$nspr_lib" -o -z "$nspr_libdir"; then
- AC_MSG_CHECKING(for nspr with pkg-config)
AC_PATH_PROG(PKG_CONFIG, pkg-config)
+ AC_MSG_CHECKING(for nspr with pkg-config)
if test -n "$PKG_CONFIG"; then
if $PKG_CONFIG --exists nspr; then
nspr_inc=`$PKG_CONFIG --cflags-only-I nspr`