[debian-edu-commits] debian-edu/pkg-team/ 105/159: grml…

Dominik George natureshadow-guest at moszumanska.debian.org
Tue Feb 23 10:04:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

natureshadow-guest pushed a commit to branch master
in repository xrdp.

commit 028b8155d84e784b568e3ea0503c2925a2873edc
Author: mirabilos <tg at mirbsd.org>
Date:   Wed Aug 26 22:48:07 2015 +0200

    grml…
---
 patches/misc-fixes.diff | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/patches/misc-fixes.diff b/patches/misc-fixes.diff
index 9ce301c..9c6b3ce 100644
--- a/patches/misc-fixes.diff
+++ b/patches/misc-fixes.diff
@@ -7,7 +7,7 @@
  AM_CONDITIONAL(XRDP_OPUS, [test x$enable_opus = xyes])
  
 -AM_CONDITIONAL(GOT_PREFIX, test "x${prefix}" != "xNONE"])
-+AM_CONDITIONAL(GOT_PREFIX, test "x${prefix}" != "xNONE" && test "x${prefix}" != "x/usr"])
++AM_CONDITIONAL(GOT_PREFIX, [test "x${prefix}" != "xNONE" && test "x${prefix}" != "x/usr"])
  
  # checking for openssl
  AC_CHECK_HEADER([openssl/rc4.h], [],
@@ -89,7 +89,7 @@
  AC_PROG_LIBTOOL
  
 -AM_CONDITIONAL(GOT_PREFIX, test "x${prefix}" != "xNONE"])
-+AM_CONDITIONAL(GOT_PREFIX, test "x${prefix}" != "xNONE" && test "x${prefix}" != "x/usr"])
++AM_CONDITIONAL(GOT_PREFIX, [test "x${prefix}" != "xNONE" && test "x${prefix}" != "x/usr"])
  
  AC_CHECK_HEADER([xorg/xorg-server.h], [],
    [AC_MSG_ERROR([please install xserver-xorg-dev or xorg-x11-server-sdk])])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/xrdp.git



More information about the debian-edu-commits mailing list