configure.in: filagdir

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This prevents to use

 ./configure --with-flagdir=/var/run

because overwise it wrongly uses /run.


Subject: fix --with-flagdir in configure.in
From: John Hedges <john@xxxxxxxxxxxxxx>
Forwarded: yes
Bug-Debian: http://bugs.debian.org/678384

--- a/configure.in
+++ b/configure.in
@@ -114,7 +114,7 @@
 	then
 		:
 	else
-		filagdir="${withval}"
+		flagdir="${withval}"
 	fi
 )
 AC_MSG_CHECKING([for autofs flag file directory])
--
To unsubscribe from this list: send the line "unsubscribe autofs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Filesystem Development]     [Linux Ext4]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux