summaryrefslogtreecommitdiffstats
path: root/m4/nss.m4
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2007-02-02 20:27:30 +0000
committerRich Megginson <rmeggins@redhat.com>2007-02-02 20:27:30 +0000
commit2497e27ae1f819e327f2ddf75c6778dd01d13437 (patch)
tree13e71f93a102155b10ab11da7ab1fa5efad8632e /m4/nss.m4
parent112105119ba15815c4868b4c690820b0999650bf (diff)
downloadds-2497e27ae1f819e327f2ddf75c6778dd01d13437.tar.gz
ds-2497e27ae1f819e327f2ddf75c6778dd01d13437.tar.xz
ds-2497e27ae1f819e327f2ddf75c6778dd01d13437.zip
fix build problems on Solaris; minor m4 cleanup
Diffstat (limited to 'm4/nss.m4')
-rw-r--r--m4/nss.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/nss.m4 b/m4/nss.m4
index b4e1e993..1f11957a 100644
--- a/m4/nss.m4
+++ b/m4/nss.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 "$nss_inc" -o -z "$nss_lib" -o -z "$nss_libdir"; then
- AC_MSG_CHECKING(for nss with pkg-config)
AC_PATH_PROG(PKG_CONFIG, pkg-config)
+ AC_MSG_CHECKING(for nss with pkg-config)
if test -n "$PKG_CONFIG"; then
if $PKG_CONFIG --exists nss; then
nss_inc=`$PKG_CONFIG --cflags-only-I nss`