aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornalin <nalin@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2005-11-02 23:26:57 +0000
committernalin <nalin@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2005-11-02 23:26:57 +0000
commit2dcf8c43c774c814fbaedee34f0633db6c53ab10 (patch)
treefaf188ec1a645e4fad8503021a33cc96a63004ad /ChangeLog
parentb74a955cdf6800aae538fef69b8ebb3e2e61b0d0 (diff)
* configure.ac,src/krb5-auth-dialog.c: just test for the definitions of the
flags directly. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@43 517b70f8-ed25-0410-8bf6-f5db08f7b76e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26ede3a..341e019 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-11-02 Nalin Dahyabhai <nalin@redhat.com>
+ * configure.ac,src/krb5-auth-dialog.c: just test for the definitions
+ of the flags directly.
+
+2005-11-02 Nalin Dahyabhai <nalin@redhat.com>
+
* etpo/lexer.l,etpo/grammar.y: silence a couple of compiler warnings
about implicitly-declared functions.