]> granicus.if.org Git - sudo/commitdiff
s/HAVE_STOW/USE_STOW/
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 9 Jun 2003 23:00:20 +0000 (23:00 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 9 Jun 2003 23:00:20 +0000 (23:00 +0000)
config.h.in
configure.in

index 41735cf5f33b1d434ac27c5cac3f7c6e7a81e874..089c6f65fce6b5d7d5fe1d0b6cc5089202dda8dd 100644 (file)
 #endif
 
 /* GNU stow needs /etc/sudoers to be a symlink. */
-#ifdef HAVE_STOW
+#ifdef USE_STOW
 # define stat_sudoers  stat
 #else
 # define stat_sudoers  lstat
index f7c4be99e63982966c9e68b20ea088d9ee65fbad..329f4779ad792979c9e25fff583f18e48504db39 100644 (file)
@@ -2123,7 +2123,7 @@ AH_BOTTOM([/*
 #endif
 
 /* GNU stow needs /etc/sudoers to be a symlink. */
-#ifdef HAVE_STOW
+#ifdef USE_STOW
 # define stat_sudoers  stat
 #else
 # define stat_sudoers  lstat