Closed Bug 666424 Opened 13 years ago Closed 13 years ago

configure: command 'no' not found on a glib-less system

Categories

(Firefox Build System :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla7

People

(Reporter: joey, Assigned: joey)

Details

Attachments

(1 file)

checking for glib-config... no
checking for GLIB - version >= 1.2.0... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
/mozilla/sandbox/gml/configure: line 23769: no: command not found


ac_cv_path_GLIB_CONFIG=no is the culprit.

if test -z "${GLIB_GMODULE_LIBS}" -a -n "${GLIB_CONFIG}"; then
   GLIB_GMODULE_LIBS=`$GLIB_CONFIG gmoudle --libs`
fi
Assignee: nobody → joey
Comment on attachment 541217 [details] [diff] [review]
extra conditional to test GLIB_CONFIG before using the cmd

Generally in configure we don't bother breaking long lines.  r=me either way though.
Attachment #541217 - Flags: review?(khuey) → review+
http://hg.mozilla.org/mozilla-central/rev/fb91a23bd158
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Backed out during investigation of Android browser-chrome test failures:
http://hg.mozilla.org/mozilla-central/rev/00bb08972e46
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Whiteboard: fixed-in-bs
Target Milestone: mozilla7 → ---
Relanded
http://hg.mozilla.org/mozilla-central/rev/b4c7d0319ea1
Status: REOPENED → RESOLVED
Closed: 13 years ago13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: