blob: 74cd4d428180c224fe69f88af042200759fc65f8 (
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
|
--- configure.orig
+++ configure
@@ -15930,7 +15930,7 @@
fi
fi
- for ac_prog in tolua++ tolua++5.1
+ for ac_prog in tolua++ tolua++5.1 tolua++-5.1
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
@@ -16006,7 +16006,7 @@
return 0;
}
_ACEOF
-for ac_lib in '' tolua++ tolua++5.1; do
+for ac_lib in '' tolua++-5.1 tolua++ tolua++5.1; do
if test -z "$ac_lib"; then
ac_res="none required"
else
@@ -19845,7 +19845,6 @@
ac_res=$ac_cv_search_clock_gettime
if test "$ac_res" != no; then
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
- conky_LIBS="$conky_LIBS -lrt"
cat >>confdefs.h <<\_ACEOF
#define HAVE_CLOCK_GETTIME 1
|