summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-01-07 15:28:00 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2023-01-07 15:32:56 -0800
commit5d1e14bd8b9a11ab860937d3ab97248ddeef30b1 (patch)
tree9a159a8f921d93e5b5bbb85c8b6a17db38c91ef8 /configure.ac
parenta1b558a2e24d71ff6634a0ff50d46380c162c961 (diff)
downloademacs-5d1e14bd8b9a11ab860937d3ab97248ddeef30b1.tar.gz
Adjust to recent Gnulib macro renaming
Also, remove some references to unused Gnulib macros.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7833ed3e464..8c11414fe0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6361,7 +6361,7 @@ fi
# it temporarily reverts them to their pre-pkg-config values,
# because gnulib needs to work with both src (which uses the
# pkg-config stuff) and lib-src (which does not). For example, gnulib
-# may need to determine whether LIB_CLOCK_GETTIME should contain -lrt,
+# may need to determine whether CLOCK_TIME_LIB should contain -lrt,
# and it therefore needs to run in an environment where LIBS does not
# already contain -lrt merely because 'pkg-config --libs' printed '-lrt'
# for some package unrelated to lib-src.