From: Todd C. Miller Date: Mon, 6 Feb 2012 20:57:26 +0000 (-0500) Subject: Move _PATH_SUDO_CONF override to common to match sudo_debug.c X-Git-Tag: SUDO_1_8_4~17^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d35f50bd6540139e5fa385c9c4f58200164415c4;p=sudo Move _PATH_SUDO_CONF override to common to match sudo_debug.c --- diff --git a/common/Makefile.in b/common/Makefile.in index a5821519c..245616c66 100644 --- a/common/Makefile.in +++ b/common/Makefile.in @@ -36,7 +36,7 @@ CPPFLAGS = -I$(incdir) -I$(top_builddir) -I$(top_srcdir) @CPPFLAGS@ CFLAGS = @CFLAGS@ # OS dependent defines -DEFS = @OSDEFS@ +DEFS = @OSDEFS@ -D_PATH_SUDO_CONF=\"$(sysconfdir)/sudo.conf\" #### End of system configuration section. ####