blob: dfbe73061373b8b70dda3569c31343dd2c6f0fdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Index: xorg-server-1.2.0/configure.ac
===================================================================
--- xorg-server-1.2.0.orig/configure.ac 2007-12-12 20:57:37.000000000 +0100
+++ xorg-server-1.2.0/configure.ac 2009-06-06 23:47:54.000000000 +0200
@@ -1667,7 +1667,9 @@
DIX_CFLAGS="-DHAVE_DIX_CONFIG_H"
AC_SUBST([DIX_CFLAGS])
-AC_SUBST([libdir exec_prefix prefix])
+AC_SUBST([libdir])
+AC_SUBST([exec_prefix])
+AC_SUBST([prefix])
# Man page sections - used in config utils & generating man pages
XORG_MANPAGE_SECTIONS
|