]> git.pld-linux.org Git - packages/agsync.git/blob - synce-ac.path
- drop detection of obsolete synce-librapi lib
[packages/agsync.git] / synce-ac.path
1 --- agsync-0.2-pre/configure.in~        2015-08-07 22:32:51.000000000 +0200
2 +++ agsync-0.2-pre/configure.in 2015-08-07 22:33:19.268565790 +0200
3 @@ -48,44 +48,4 @@
4         ]
5  )
6  
7 -AC_ARG_WITH(librapi2,
8 -       AC_HELP_STRING(
9 -                       [--with-librapi2[=DIR]],
10 -                       [Search for librapi2 in DIR/include and DIR/lib]),
11 -       [
12 -               CPPFLAGS="$CPPFLAGS -I${withval}/include"
13 -               LDFLAGS="$LDFLAGS -L${withval}/lib"
14 -       ]
15 -)
16 -
17 -AC_ARG_WITH(librapi2-include,
18 -       AC_HELP_STRING(
19 -                       [--with-librapi2-include[=DIR]],
20 -                       [Search for librapi2 header files in DIR]),
21 -       [
22 -               CPPFLAGS="$CPPFLAGS -I${withval}"
23 -       ]
24 -)
25 -
26 -AC_ARG_WITH(librapi2-lib,
27 -       AC_HELP_STRING(
28 -                       [--with-librapi2-lib[=DIR]],
29 -                       [Search for librapi2 library files in DIR]),
30 -       [
31 -               LDFLAGS="$LDFLAGS -L${withval}"
32 -       ]
33 -)
34 -
35 -AC_CHECK_LIB(rapi,CeRapiInit,,
36 -       [
37 -               AC_MSG_ERROR([Can't find RAPI library])
38 -       ]
39 -)
40 -
41 -AC_CHECK_HEADERS(rapi.h,,
42 -       [
43 -               AC_MSG_ERROR([Can't find rapi.h])
44 -       ]
45 -)
46 -
47  AC_OUTPUT(Makefile mal-files/Makefile mal-files/client/Makefile)
This page took 0.089527 seconds and 3 git commands to generate.