gnome-keyring r1696 - trunk
- From: nnielsen svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-keyring r1696 - trunk
- Date: Fri, 20 Mar 2009 22:02:51 +0000 (UTC)
Author: nnielsen
Date: Fri Mar 20 22:02:51 2009
New Revision: 1696
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1696&view=rev
Log:
Quote shell variable properly in configure.in
Patch by  Daiki Ueno. Fixes bug #575805
Modified:
   trunk/ChangeLog
   trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Mar 20 22:02:51 2009
@@ -294,7 +294,7 @@
 AC_ARG_WITH([pam-dir],
             [AC_HELP_STRING([--with-pam-dir=DIR],
                              [directory to install pam modules in])],
-             [], [with_pam_dir="${prefix}/lib/security"])
+             [], [with_pam_dir='${prefix}/lib/security'])
 PAM_DEST_DIR="$with_pam_dir"
 AC_SUBST(PAM_DEST_DIR)
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]