summaryrefslogtreecommitdiff
path: root/src/xlibi18n/lcFile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xlibi18n/lcFile.c')
-rw-r--r--src/xlibi18n/lcFile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xlibi18n/lcFile.c b/src/xlibi18n/lcFile.c
index 2af750f7..f9cf69b7 100644
--- a/src/xlibi18n/lcFile.c
+++ b/src/xlibi18n/lcFile.c
@@ -234,7 +234,7 @@ xlocaledir(
*
* Note: this only protects setuid-root clients. It doesn't
* protect other setuid or any setgid clients. If this tradeoff
- * isn't acceptable, set DisableXLocaleDirEnv to YES in host.def.
+ * isn't acceptable, run configure with --disable-xlocaledir .
*/
unsigned int oldeuid;
oldeuid = geteuid();
@@ -312,7 +312,7 @@ xlocalelibdir(
*
* Note: this only protects setuid-root clients. It doesn't
* protect other setuid or any setgid clients. If this tradeoff
- * isn't acceptable, set DisableXLocaleDirEnv to YES in host.def.
+ * isn't acceptable, run configure with --disable-xlocaledir .
*/
unsigned int oldeuid;
oldeuid = geteuid();