After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 362559 - configure.in typo
configure.in typo
Status: RESOLVED DUPLICATE of bug 314079
Product: gnome-session
Classification: Core
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: Session Maintainers
Session Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-16 10:23 UTC by Fabrice Bellet
Modified: 2006-10-18 06:27 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Fabrice Bellet 2006-10-16 10:23:25 UTC
Please describe the problem:
hi,

here is a typo detected by my jhbuild build:

Index: configure.in
===================================================================
RCS file: /cvs/gnome/gnome-session/configure.in,v
retrieving revision 1.548
diff -u -r1.548 configure.in
--- configure.in        8 Oct 2006 15:13:47 -0000       1.548
+++ configure.in        16 Oct 2006 10:18:50 -0000
@@ -157,7 +157,7 @@

 AC_CHECK_LIB(Xau, XauFileName, [X_LIBS="$X_LIBS -lXau"],
              [AC_MSG_ERROR([
-*** Can't find the Xauth library. It is needed to compile gnome-session.]])
+*** Can't find the Xauth library. It is needed to compile gnome-session.])])

 AC_CHECK_LIB(Xrandr, XRRUpdateConfiguration,
   [AC_CHECK_HEADER(X11/extensions/Xrandr.h,


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Tom Tromey 2006-10-18 06:27:50 UTC

*** This bug has been marked as a duplicate of 314079 ***