diff options
author | Alexandre Demers <[email protected]> | 2014-06-30 17:05:21 -0400 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-06-30 22:50:00 +0100 |
commit | 11a879f2607d80f35ee687df286c914bcfbe57a8 (patch) | |
tree | 01720415ad96cdca5c7ca34dce9cacab0370c27d /configure.ac | |
parent | ce1a1372280d737a1b85279995529206586ae480 (diff) |
configure.ac: (trivial) Fixing a typo
Signed-off-by: Alexandre Demers <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1a8eb018791..0d4fb051850 100644 --- a/configure.ac +++ b/configure.ac @@ -1604,7 +1604,7 @@ fi AC_ARG_WITH([egl-driver-dir], [AS_HELP_STRING([--with-egl-driver-dir=DIR], - [directory for EGL drivers [[default=${libdir}/egl]]])], + [directory for EGL drivers @<:@default=${libdir}/egl@:>@])], [EGL_DRIVER_INSTALL_DIR="$withval"], [EGL_DRIVER_INSTALL_DIR='${libdir}/egl']) AC_SUBST([EGL_DRIVER_INSTALL_DIR]) |