summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in.in b/configure.in.in
index fe247fe..7fbf532 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -187,7 +187,7 @@ AM_CONDITIONAL(include_kgstplayer, [test "x$have_gst" = "xyes" && test "x$have_g
buildnpp=yes
LIBNSPR_LIBS=""
LIBNSPR_CFLAGS=""
-LIBQTDBUS=""
+LIBTQTDBUS=""
LIBDBUS_CFLAGS=""
AC_ARG_ENABLE(nspr, [ --enable-npplayer Enables building with npp support],
[if test "x$enableval" == "xno"; then
@@ -201,7 +201,7 @@ if test "$buildnpp" = "yes"; then
if test "x$have_dbus" = "xyes"; then
have_nspr=yes
AC_DEFINE(HAVE_DBUS, 1, [have DBus])
- LIBQTDBUS="`$PKG_CONFIG --libs dbus-tqt`"
+ LIBTQTDBUS="`$PKG_CONFIG --libs dbus-tqt`"
LIBDBUS_CFLAGS="`$PKG_CONFIG --cflags dbus-tqt`"
AC_DEFINE(HAVE_NSPR, 1, [build Netscape plugin loader])
LIBNSPR_LIBS="`$PKG_CONFIG --libs gtk+-x11-2.0` `$PKG_CONFIG --libs dbus-glib-1` `$PKG_CONFIG --libs gthread-2.0`"
@@ -211,7 +211,7 @@ if test "$buildnpp" = "yes"; then
fi
AC_SUBST(LIBNSPR_LIBS)
AC_SUBST(LIBNSPR_CFLAGS)
-AC_SUBST(LIBQTDBUS)
+AC_SUBST(LIBTQTDBUS)
AC_SUBST(LIBDBUS_CFLAGS)
AM_CONDITIONAL(include_knpplayer, test "$have_nspr" = "yes")