a/configure.ac b/configure.ac
...
...
37
37
38
  if test X$QMAKEPATH = XNOTFOUND ; then 
38
  if test X$QMAKEPATH = XNOTFOUND ; then 
39
     AC_MSG_ERROR([Cannot find the qmake program. Maybe you need to install
39
     AC_MSG_ERROR([Cannot find the qmake program. Maybe you need to install
40
  qt development files and tools and/or set the QTDIR environment variable?])
40
  qt development files and tools and/or set the QTDIR environment variable?])
41
  fi
41
  fi
42
  AC_CONFIG_FILES(cfgui/upmpdcli-config.pro)
42
  QMAKE=$QMAKEPATH
43
  QMAKE=$QMAKEPATH
43
  AC_SUBST(QMAKE)
44
  AC_SUBST(QMAKE)
44
fi
45
fi
45
46
46
# The 3 following checks for libthreadutil libixml and libupnp are normally
47
# The 3 following checks for libthreadutil libixml and libupnp are normally