blob: 18224512faff1fd6ac75d6880ecf3d93bd414ba5 (
plain)
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
|
--- klavaro-3.01/configure.orig 2014-09-08 14:15:34.000000000 +0200
+++ klavaro-3.01/configure 2015-02-26 16:35:25.957494496 +0100
@@ -13088,24 +13088,7 @@ extern int _nl_msg_cat_cntr;
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- DATADIRNAME=share
-else
- case $host in
- *-*-solaris*)
- ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
-if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then :
- DATADIRNAME=share
-else
- DATADIRNAME=lib
-fi
-
- ;;
- *)
- DATADIRNAME=lib
- ;;
- esac
-fi
+DATADIRNAME=share
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
fi
|