2014-11-03 Fred Gleason <fredg@paravelsystems.com>

* Added a 'usermode-gtk' dependency for RHEL 7 in 'configure.ac'.
This commit is contained in:
Fred Gleason 2014-11-03 17:54:45 -05:00
parent 30a4183e83
commit 6f1919d474
2 changed files with 5 additions and 1 deletions

View File

@ -14633,3 +14633,5 @@
in 'rdlogedit/edit_log.cpp'.
2014-11-02 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 2.10.0int01.
2014-11-03 Fred Gleason <fredg@paravelsystems.com>
* Added a 'usermode-gtk' dependency for RHEL 7 in 'configure.ac'.

View File

@ -118,17 +118,19 @@ else
AC_SUBST(APACHE_PKG,"httpd")
AC_SUBST(APACHE_CONFIG_DIR,"/etc/httpd/conf.d")
AC_SUBST(CONSOLEHELPER_RDALSACONFIG,"/usr/bin/rdalsaconfig-root")
AC_SUBST(USERMODE_PKG,"usermode")
if test $ar_distro_major -ge 7 ; then
AC_SUBST(USERMODE_PKG,"usermode usermode-gtk")
AC_SUBST(QT3_MYSQL_PKG,"qt3-MySQL")
AC_SUBST(QT3_DEVEL_PKG,"qt3-devel")
AC_SUBST(MYSQL_PKG,"mariadb")
else
if test $ar_distro_major -ge 6 ; then
AC_SUBST(USERMODE_PKG,"usermode")
AC_SUBST(QT3_MYSQL_PKG,"qt-MySQL")
AC_SUBST(QT3_DEVEL_PKG,"qt3-devel")
AC_SUBST(MYSQL_PKG,"mysqld")
else
AC_SUBST(USERMODE_PKG,"usermode")
AC_SUBST(QT3_MYSQL_PKG,"qt-MySQL")
AC_SUBST(QT3_DEVEL_PKG,"qt-devel")
AC_SUBST(MYSQL_PKG,"mysqld")