summaryrefslogtreecommitdiffstats
path: root/kgamma/configure.in.in
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-08-15 15:18:28 +0900
committerMichele Calgaro <[email protected]>2018-08-15 15:21:07 +0900
commitbd3f7cb38491f4cbd0e93b2b744d664fa712f5aa (patch)
treebe92e50ebe2912d1d78b908372ee6c39124de9af /kgamma/configure.in.in
parente80dd1194dd7bc8fae149bf44a32f834381f9781 (diff)
downloadtdegraphics-bd3f7cb38491f4cbd0e93b2b744d664fa712f5aa.tar.gz
tdegraphics-bd3f7cb38491f4cbd0e93b2b744d664fa712f5aa.zip
Removed old strstream code and switch to sstream permanently.
Inspired by similar work on tdeadmin. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit d9b6e0bda45134852c38f60f25a5109923f8cd53)
Diffstat (limited to 'kgamma/configure.in.in')
-rw-r--r--kgamma/configure.in.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/kgamma/configure.in.in b/kgamma/configure.in.in
index 0324904b..22c6a7f7 100644
--- a/kgamma/configure.in.in
+++ b/kgamma/configure.in.in
@@ -58,8 +58,3 @@ fi
if eval "test \"`echo $ac_cv_lib_vm`\" = no"; then
DO_NOT_COMPILE="$DO_NOT_COMPILE kgamma"
fi
-
-AC_LANG_SAVE
-AC_LANG_CPLUSPLUS
-KDE_CHECK_HEADERS(sstream)
-AC_LANG_RESTORE