]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libVNCServer/patches/libvncserver-0.9.7-Linux.patch
Move all packages to root.
[people/amarx/ipfire-3.x.git] / libVNCServer / patches / libvncserver-0.9.7-Linux.patch
1 Index: configure.ac
2 ===================================================================
3 --- a/configure.ac.orig
4 +++ b/configure.ac
5 @@ -636,9 +636,10 @@ fi
6 AC_CHECK_LIB(cygipc,shmget)
7 AM_CONDITIONAL(CYGIPC, test "$HAVE_CYGIPC" = "true")
8
9 # Check if /dev/vcsa1 exists, if so, define LINUX
10 -AM_CONDITIONAL(LINUX, test -c /dev/vcsa1)
11 +dnl AM_CONDITIONAL(LINUX, test -c /dev/vcsa1)
12 +AM_CONDITIONAL(LINUX, test `uname` = Linux)
13
14 # Check for OS X specific header
15 AC_CHECK_HEADER(ApplicationServices/ApplicationServices.h, HAVE_OSX="true")
16 AM_CONDITIONAL(OSX, test "$HAVE_OSX" = "true")