summaryrefslogtreecommitdiff
path: root/m4/fp_settings.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/fp_settings.m4')
-rw-r--r--m4/fp_settings.m46
1 files changed, 0 insertions, 6 deletions
diff --git a/m4/fp_settings.m4 b/m4/fp_settings.m4
index 4db7cd46af..dbacd3a816 100644
--- a/m4/fp_settings.m4
+++ b/m4/fp_settings.m4
@@ -74,11 +74,6 @@ AC_DEFUN([FP_SETTINGS],
fi
# Platform-agnostic tools
- if test -z "$LibtoolCmd"; then
- LibtoolCmd="libtool"
- fi
- SettingsLibtoolCommand="$LibtoolCmd"
-
if test -z "$ClangCmd"; then
ClangCmd="clang"
fi
@@ -125,7 +120,6 @@ AC_DEFUN([FP_SETTINGS],
AC_SUBST(SettingsInstallNameToolCommand)
AC_SUBST(SettingsDllWrapCommand)
AC_SUBST(SettingsWindresCommand)
- AC_SUBST(SettingsLibtoolCommand)
AC_SUBST(SettingsTouchCommand)
AC_SUBST(SettingsClangCommand)
AC_SUBST(SettingsLlcCommand)