]> git.pld-linux.org Git - packages/OpenPTC-GGI.git/blame - OpenPTC-GGI-acfix.patch
- new, based on OpenPTC-x11.spec
[packages/OpenPTC-GGI.git] / OpenPTC-GGI-acfix.patch
CommitLineData
f7f06e10
JB
1--- OpenPTC-GGI-0.5.0/configure.in.orig Tue May 4 08:37:09 1999
2+++ OpenPTC-GGI-0.5.0/configure.in Sat Dec 21 02:25:31 2002
3@@ -41,18 +41,16 @@
4
5 dnl Check for HERMES
6 dnl ----
7-AC_CHECK_LIB(Hermes,Hermes_ConverterInstance,
8+AC_CHECK_LIB(Hermes,Hermes_ConverterInstance,,
9 [
10-],[
11 AC_ERROR(HERMES has to be installed first. See INSTALL for more info)
12 ])
13
14 dnl Check for GGI
15 dnl ----
16
17-AC_CHECK_LIB(ggi, ggiOpen,
18+AC_CHECK_LIB(ggi, ggiOpen,,
19 [
20-],[
21 AC_ERROR(libggi has to be installed first. See INSTALL for more info)
22 ])
23
24@@ -62,7 +60,7 @@
25
26 AC_CHECK_HEADERS(unistd.h)
27
28-AC_CHECK_HEADERS(Hermes/Hermes.h,
29+AC_CHECK_HEADERS(Hermes/Hermes.h,,
30 [],
31 [
32 AC_ERROR(HERMES is required in order to build PTC. See INSTALL for more.)
This page took 0.056838 seconds and 4 git commands to generate.