]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Feb 2006 19:37:40 +0000 (19:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Feb 2006 19:37:40 +0000 (19:37 +0000)
XrmInitialize (0) -> XrmInitialize ().
Reported by Toshio Kuratomi.

ChangeLog
lib/autoconf/libs.m4

index d2585f38e20972211e644e2eaec4043fa4c38146..ee12306e875ea5cffba982a76c596d0baf63d653 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
+       XrmInitialize (0) -> XrmInitialize ().
+       Reported by Toshio Kuratomi.
+
 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
index e281171e6269ef4828ebd528d5c57c8dd1591af1..2383d54000fb729665cef418a85006feabb76e3f 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for libraries.
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -285,7 +285,7 @@ if test "$ac_x_libraries" = no; then
   ac_save_LIBS=$LIBS
   LIBS="-lXt $LIBS"
   AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <X11/Xlib.h>],
-                                 [XrmInitialize (0)])],
+                                 [XrmInitialize ()])],
                 [LIBS=$ac_save_LIBS
 # We can link X programs with no special library path.
 ac_x_libraries=],