Changeset 4463

Show
Ignore:
Timestamp:
06/30/06 06:53:05 (2 years ago)
Author:
erijo
Message:

Fixed a bug where, instead of checking if "$DCOPIDL2CPP" = "echo" it would
run "$DCOPIDL2CPP".

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/acinclude.m4.in

    r4458 r4463  
    392392 
    393393 
    394     if test "$DCOPIDL" = "echo" || "$DCOPIDL2CPP" = "echo"; then 
     394    if test "$DCOPIDL" = "echo" || test "$DCOPIDL2CPP" = "echo"; then 
    395395      AC_MSG_ERROR(["DCOP must be installed. Could not find dcopidl or dcopidl2cpp"]) 
    396396    fi