[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdebase/kioslave/media
From:       Mario Teijeiro Otero <emeteo () escomposlinux ! org>
Date:       2005-09-26 21:42:25
Message-ID: 1127770945.730618.13386.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 464315 by mteijeiro:

* Don't abort configure if hal is not found.



 M  +2 -2      configure.in.in  


--- branches/KDE/3.5/kdebase/kioslave/media/configure.in.in #464314:464315
@@ -45,7 +45,7 @@
   fi
 
   if [ test $hal_inc != FOUND ] || [ test $hal_lib != FOUND ]; then 
-    PKG_CHECK_MODULES( HAL, hal, [ HAL_INCS=$HAL_CFLAGS; hal_inc=FOUND; \
hal_lib=FOUND; ] , ) +    PKG_CHECK_MODULES( HAL, hal, [ HAL_INCS=$HAL_CFLAGS; \
hal_inc=FOUND; hal_lib=FOUND; ] , AC_MSG_RESULT(Nothing found on PKG_CONFIG_PATH) )  \
fi  
   if [test $hal_inc = FOUND] && [test $hal_lib = FOUND] ; then
@@ -88,7 +88,7 @@
   fi
 
   if [ test $dbus_inc != FOUND ] || [ test $dbus_lib != FOUND ]; then 
-    PKG_CHECK_MODULES( DBUS, "dbus-1", [ DBUS_INCS=$DBUS_CFLAGS; dbus_inc=FOUND; \
dbus_lib=FOUND; ] , ) +    PKG_CHECK_MODULES( DBUS, "dbus-1", [ \
DBUS_INCS=$DBUS_CFLAGS; dbus_inc=FOUND; dbus_lib=FOUND; ] , AC_MSG_RESULT( Nothing \
found on PKG_CONFIG_PATH ) )  fi
   if [test $dbus_inc = FOUND] && [test $dbus_lib = FOUND] ; then
     AC_MSG_RESULT(headers $DBUS_INCS libraries $DBUS_LIBS)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic