summaryrefslogtreecommitdiff
path: root/security/shibboleth2-sp/files/patch-configure.ac
blob: 90e629c972da96dbcb271ff2144ba615eac44c66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.ac.orig	2009-12-01 19:07:37.000000000 +0200
+++ configure.ac	2010-01-06 19:23:05.000000000 +0200
@@ -717,7 +717,7 @@
         AC_MSG_CHECKING(for user-specified apu-config name/location)
         if test "$withval" != "no" ; then
             if test "$withval" != "yes"; then
-                APR_CONFIG=$withval
+                APU_CONFIG=$withval
                 AC_MSG_RESULT("$withval")
             fi
         fi