1 diff --git a/btorexp.c b/btorexp.c
2 index fe2bddf..0d9edd6 100644
5 @@ -8267,7 +8267,7 @@ BTOR_SPLIT_SLICES_RESTART:
6 #ifndef BTOR_DO_NOT_PROCESS_SKELETON
7 /*------------------------------------------------------------------------*/
9 -#include "../lingeling/lglib.h"
13 btor_fixed_exp (Btor * btor, BtorNode * exp)
14 diff --git a/btorsat.c b/btorsat.c
15 index 611c616..b54e4a6 100644
21 #ifdef BTOR_USE_LINGELING
22 -#include "../lingeling/lglib.h"
26 #ifdef BTOR_USE_MINISAT
27 diff --git a/configure b/configure
28 index 13b1ffe..a6a1305 100755
31 @@ -179,36 +179,13 @@ then
32 msg "not using Lingeling as requested by command line option"
35 - if [ -d ../lingeling ]
37 - for path in ../lingeling/lglib.h ../lingeling/liblgl.a allfound
39 - [ -f $path ] || break
45 - if [ $path = allfound ]
47 - msg "using Lingeling in '../lingeling'"
49 - elif [ $lingeling = yes ]
51 - die "impossible to use Lingeling: '$path' missing"
53 - msg "disabling Lingeling: '$path' missing"
57 if [ $lingeling = yes ]
59 [ X"$CFLAGS" = X ] || CFLAGS="$CFLAGS "
60 [ X"$LDEPS" = X ] || LDEPS="$LDEPS "
61 [ X"$LIBS" = X ] || LIBS="$LIBS "
62 CFLAGS="${CFLAGS}-DBTOR_USE_LINGELING"
63 - LIBS="${LIBS}-L../lingeling -llgl"
64 - LDEPS="${LDEPS}../lingeling/liblgl.a"
65 + LIBS="${LIBS} -llgl"