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 148291 - Typo in configure.in line 293
Typo in configure.in line 293
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
git master
Other Linux
: Normal minor
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-07-23 19:25 UTC by Olav Vitters
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8


Attachments
Fixes typo (414 bytes, patch)
2004-07-23 19:26 UTC, Olav Vitters
none Details | Review

Description Olav Vitters 2004-07-23 19:25:37 UTC
Gnome-control-center cvs has a typo in configure.in on line 293:
  if text x"$GLIB_GENMARSHAL" = xno; then

The "if text" should be changed to "if test". Trivial patch will follow.
Comment 1 Olav Vitters 2004-07-23 19:26:27 UTC
Created attachment 29839 [details] [review]
Fixes typo

Please apply
Comment 2 Jody Goldberg 2004-07-23 19:49:49 UTC
applied.