diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-03-26 14:21:10 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-03-26 14:21:10 +0000 |
| commit | 386f722f1312fb6297fc7a3cd9b85446b55c0330 (patch) | |
| tree | 363886aba011e4646a4b909bf09206b947ec7264 /m4/optimizations.m4 | |
| parent | 6036eb14f8ee8573055a0a12692bb83b32a15ba9 (diff) | |
| download | xine-lib-386f722f1312fb6297fc7a3cd9b85446b55c0330.tar.gz xine-lib-386f722f1312fb6297fc7a3cd9b85446b55c0330.tar.bz2 | |
Use AS_HELP_STRING instead of the deprecated AC_HELP_STRING.
CVS patchset: 8751
CVS date: 2007/03/26 14:21:10
Diffstat (limited to 'm4/optimizations.m4')
| -rw-r--r-- | m4/optimizations.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/optimizations.m4 b/m4/optimizations.m4 index 323b57509..48ded848b 100644 --- a/m4/optimizations.m4 +++ b/m4/optimizations.m4 @@ -9,7 +9,7 @@ dnl AC_DEFUN([AC_OPTIMIZATIONS], [ AC_ARG_ENABLE([optimizations], - AC_HELP_STRING([--disable-optimizations], [Don't try to guess what optimization to enable])) + AS_HELP_STRING([--disable-optimizations], [Don't try to guess what optimization to enable])) if test "x$enable_optimizations" != "xno"; then INLINE_FUNCTIONS=-finline-functions |
