~ubuntu-branches/ubuntu/oneiric/soqt/oneiric

« back to all changes in this revision

Viewing changes to cfg/soqt.m4

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2006-02-06 22:34:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060206223400-g69m5soqa4zh0gkc
Tags: 1.3.0-3
debian/control: update libsoqt-dev depends.  Closes: #351700.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
  AC_PATH_PROG(sim_ac_soqt_configcmd, soqt-config, false, $sim_ac_path)
66
66
 
67
 
  if ! test "X$sim_ac_soqt_configcmd" = "Xfalse"; then
 
67
  if test "X$sim_ac_soqt_configcmd" = "Xfalse"; then :; else
68
68
    test -n "$CONFIG" &&
69
69
      $sim_ac_soqt_configcmd --alternate=$CONFIG >/dev/null 2>/dev/null &&
70
70
      sim_ac_soqt_configcmd="$sim_ac_soqt_configcmd --alternate=$CONFIG"