mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Fix plugin directory
Fix a typo in configure script that results in a wrong plugin directory. ALSA bug#3148 https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3148
This commit is contained in:
		
							parent
							
								
									e9ec5aef27
								
							
						
					
					
						commit
						e973a96f4f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -93,7 +93,7 @@ if test -z "$plugindir"; then
 | 
				
			||||||
    esac
 | 
					    esac
 | 
				
			||||||
    plugindir="$dir/$PACKAGE"
 | 
					    plugindir="$dir/$PACKAGE"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
AC_DEFINE_UNQUOTED(ALSA_PLUGIN_DIR, "plugindir", [directory containing ALSA add-on modules])
 | 
					AC_DEFINE_UNQUOTED(ALSA_PLUGIN_DIR, "$plugindir", [directory containing ALSA add-on modules])
 | 
				
			||||||
ALSA_PLUGIN_DIR="$plugindir"
 | 
					ALSA_PLUGIN_DIR="$plugindir"
 | 
				
			||||||
AC_SUBST(ALSA_PLUGIN_DIR)
 | 
					AC_SUBST(ALSA_PLUGIN_DIR)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue