aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/rox-filer/files/patch-ROX-Filer_src_configure.in
blob: 539e68d011ab715eb42234b40f5728464d99359f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

$FreeBSD$

--- ROX-Filer/src/configure.in.orig
+++ ROX-Filer/src/configure.in
@@ -2,11 +2,6 @@
 AC_INIT(main.c)
 AC_CONFIG_HEADER(config.h)
 
-[ if [ -f configure ]; then ]
-	AC_MSG_ERROR([Please run configure from the build directory (try ../AppRun --compile)])
-	exit 1
-fi
-
 dnl Checks for programs.
 AC_PROG_CC
 
@@ -129,10 +124,6 @@
 AC_HEADER_SYS_WAIT
 AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h mntent.h sys/ucred.h sys/mntent.h apsymbols.h apbuild/apsymbols.h sys/statvfs.h sys/vfs.h wctype.h libintl.h)
 
-AC_CHECK_HEADER([X11/SM/SMlib.h], [],
-  [AC_MSG_ERROR([Session management library (libsm) missing. It is part of the X server distribution. Try installing the libsm-dev package.])]
-)
-
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
 AC_TYPE_UID_T