diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2013-12-23 11:27:24 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2013-12-23 11:27:24 +0100 |
commit | 1616e79c614cf4f031fab63e00520294de1f26f2 (patch) | |
tree | 2e479053854d00d216495b8385a4ef6003ee452b /configure.ac | |
parent | 498ca3ff23dbb73c9addf6d01b0f1b15a7a98ba4 (diff) | |
download | gnutls-1616e79c614cf4f031fab63e00520294de1f26f2.tar.gz |
doc update
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b8eefc263f..382c7f62de 100644 --- a/configure.ac +++ b/configure.ac @@ -188,6 +188,10 @@ if test "$ac_have_unicode" != "yes";then fi fi +dnl Note that g*l_INIT are run after we check for library capabilities, +dnl to prevent issues from caching lib dependencies. See discussion +dnl in https://bugs.gentoo.org/show_bug.cgi?id=494940 and +dnl http://gnu-autoconf.7623.n7.nabble.com/Correct-way-to-check-for-clock-gettime-td12276.html gl_INIT ggl_INIT |