*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4042
This commit is contained in:
parent
c8367275cb
commit
56c5f79a63
3 changed files with 33 additions and 21 deletions
|
@ -351,7 +351,7 @@ CheckNAS()
|
|||
if test x$enable_audio = xyes -a x$enable_nas = xyes; then
|
||||
AC_MSG_CHECKING(for NAS audio support)
|
||||
have_nas=no
|
||||
if test -r /usr/X11R6/include/audio/audiolib.h ; then
|
||||
if test -r /usr/X11R6/include/audio/audiolib.h; then
|
||||
have_nas=yes
|
||||
fi
|
||||
AC_MSG_RESULT($have_nas)
|
||||
|
|
6
src/joystick/amigaos/.cvsignore
Normal file
6
src/joystick/amigaos/.cvsignore
Normal file
|
@ -0,0 +1,6 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.libs
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
6
src/video/nanox/.cvsignore
Normal file
6
src/video/nanox/.cvsignore
Normal file
|
@ -0,0 +1,6 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.libs
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
Loading…
Add table
Add a link
Reference in a new issue