diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-01-23 22:28:47 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:30 +0200 |
commit | 7566dbb54186f193876215fcd48cd469ebaac012 (patch) | |
tree | 4839c77f563e9d54e667f24f8a51ec8d60fce5f8 /i386/linux/configure.ac | |
parent | e0524d6379361f98fd2e3725c4b45327b8b3d7a4 (diff) |
2006-01-23 Thomas Schwinge <tschwinge@gnu.org>
* i386/linux/configure: Regenerated.
* i386/linux/configure.ac: Only add a AC_DRIVER_ALIAS if it really is a
alias.
Diffstat (limited to 'i386/linux/configure.ac')
-rw-r--r-- | i386/linux/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/linux/configure.ac b/i386/linux/configure.ac index caebed7..303b5ed 100644 --- a/i386/linux/configure.ac +++ b/i386/linux/configure.ac @@ -119,7 +119,7 @@ dnl dnl linux_DRIVER(machname, MACRO, linuxname, class) dnl AC_DEFUN([linux_DRIVER], [ - AC_DRIVER_ALIAS([$3], [$1]) + m4_if([$1], [$3],, [AC_DRIVER_ALIAS([$3], [$1])]) AC_DRIVER([$1], [CONFIG_$2], [$3.o], [$4]) ])dnl |