summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-01-04 11:25:48 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-01-07 16:59:47 +0000
commit82c25879b72f1ba7e9abe00e7bad55add33135cf (patch)
treec816eab964ebfaf42621edf796b669b137a9366c
parent88399e01be679bfcc9a5e8922ffe2c47f0e56dee (diff)
downloadxorg-lib-libX11-82c25879b72f1ba7e9abe00e7bad55add33135cf.tar.gz
xlibi18n: Update Imake instructions to autoconf equivalent in comments
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-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();